Uses of Class
org.apache.sling.commons.compiler.Options
-
Packages that use Options Package Description org.apache.sling.commons.compiler -
-
Uses of Options in org.apache.sling.commons.compiler
Methods in org.apache.sling.commons.compiler with parameters of type Options Modifier and Type Method Description CompilationResult
JavaCompiler. compile(CompilationUnit[] units, Options options)
Compile the compilation units.Constructors in org.apache.sling.commons.compiler with parameters of type Options Constructor Description Options(Options options)
Create a new options object based on an existing one.
-