Uses of Interface
org.apache.sling.commons.compiler.CompilationUnit
Packages that use CompilationUnit
-
Uses of CompilationUnit in org.apache.sling.commons.compiler
Subinterfaces of CompilationUnit in org.apache.sling.commons.compilerModifier and TypeInterfaceDescriptioninterface
Extension of the CompilationUnit interface which allows for the explicit declaration of the source file name.Methods in org.apache.sling.commons.compiler with parameters of type CompilationUnitModifier and TypeMethodDescriptionJavaCompiler.compile
(CompilationUnit[] units, Options options) Compile the compilation units.