Uses of Interface
org.apache.sling.commons.compiler.CompilationUnit
-
Packages that use CompilationUnit Package Description org.apache.sling.commons.compiler -
-
Uses of CompilationUnit in org.apache.sling.commons.compiler
Subinterfaces of CompilationUnit in org.apache.sling.commons.compiler Modifier and Type Interface Description interface
CompilationUnitWithSource
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 CompilationUnit Modifier and Type Method Description CompilationResult
JavaCompiler. compile(CompilationUnit[] units, Options options)
Compile the compilation units.
-