Uses of Class
org.apache.commons.jci.compilers.JavaCompilerSettings
-
Packages that use JavaCompilerSettings Package Description org.apache.commons.jci.compilers Interfaces and abstract classes for the compiler abstraction itself. -
-
Uses of JavaCompilerSettings in org.apache.commons.jci.compilers
Subclasses of JavaCompilerSettings in org.apache.commons.jci.compilers Modifier and Type Class Description class
EclipseJavaCompilerSettings
Native Eclipse compiler settingsclass
GroovyJavaCompilerSettings
Native configuration for the Groovy compilerclass
JaninoJavaCompilerSettings
class
RhinoJavaCompilerSettings
Methods in org.apache.commons.jci.compilers that return JavaCompilerSettings Modifier and Type Method Description JavaCompilerSettings
EclipseJavaCompiler. createDefaultSettings()
JavaCompilerSettings
GroovyJavaCompiler. createDefaultSettings()
JavaCompilerSettings
JaninoJavaCompiler. createDefaultSettings()
JavaCompilerSettings
JavaCompiler. createDefaultSettings()
factory method to create the underlying default settingsJavaCompilerSettings
RhinoJavaCompiler. createDefaultSettings()
Methods in org.apache.commons.jci.compilers with parameters of type JavaCompilerSettings Modifier and Type Method Description CompilationResult
EclipseJavaCompiler. compile(java.lang.String[] pSourceFiles, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)
CompilationResult
GroovyJavaCompiler. compile(java.lang.String[] pResourceNames, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)
CompilationResult
JaninoJavaCompiler. compile(java.lang.String[] pSourceNames, ResourceReader pResourceReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)
CompilationResult
JavaCompiler. compile(java.lang.String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)
Compiles the java resources "some/path/to/MyJava.java" read through the ResourceReader and then stores the resulting classes in the ResourceStore under "some/path/to/MyJava.class".CompilationResult
RhinoJavaCompiler. compile(java.lang.String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)
Constructors in org.apache.commons.jci.compilers with parameters of type JavaCompilerSettings Constructor Description EclipseJavaCompilerSettings(JavaCompilerSettings pSettings)
JavaCompilerSettings(JavaCompilerSettings pSettings)
-