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 classEclipseJavaCompilerSettingsNative Eclipse compiler settingsclassGroovyJavaCompilerSettingsNative configuration for the Groovy compilerclassRhinoJavaCompilerSettingsFields in org.apache.commons.jci.compilers declared as JavaCompilerSettings Modifier and Type Field Description private JavaCompilerSettingsRhinoJavaCompiler. defaultSettingsMethods in org.apache.commons.jci.compilers that return JavaCompilerSettings Modifier and Type Method Description JavaCompilerSettingsEclipseJavaCompiler. createDefaultSettings()JavaCompilerSettingsGroovyJavaCompiler. createDefaultSettings()JavaCompilerSettingsJavaCompiler. createDefaultSettings()factory method to create the underlying default settingsJavaCompilerSettingsRhinoJavaCompiler. createDefaultSettings()Methods in org.apache.commons.jci.compilers with parameters of type JavaCompilerSettings Modifier and Type Method Description CompilationResultEclipseJavaCompiler. compile(java.lang.String[] pSourceFiles, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)CompilationResultGroovyJavaCompiler. compile(java.lang.String[] pResourceNames, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)CompilationResultJavaCompiler. 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".CompilationResultRhinoJavaCompiler. 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)
-