Uses of Class
org.apache.commons.jci.compilers.JavaCompilerSettings

Packages that use JavaCompilerSettings
org.apache.commons.jci.compilers Interfaces and abstract classes for the compiler abstraction itself. 
 

Uses of JavaCompilerSettings in org.apache.commons.jci.compilers
 

Methods in org.apache.commons.jci.compilers that return JavaCompilerSettings
 JavaCompilerSettings JavaCompiler.createDefaultSettings()
          factory method to create the underlying default settings
 

Methods in org.apache.commons.jci.compilers with parameters of type JavaCompilerSettings
 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".