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
 

Subclasses of JavaCompilerSettings in org.apache.commons.jci.compilers
 class EclipseJavaCompilerSettings
          Native Eclipse compiler settings
 class GroovyJavaCompilerSettings
          Native configuration for the Groovy compiler
 class JaninoJavaCompilerSettings
           
 class RhinoJavaCompilerSettings
           
 

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

Methods in org.apache.commons.jci.compilers with parameters of type JavaCompilerSettings
 CompilationResult RhinoJavaCompiler.compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
           
 CompilationResult GroovyJavaCompiler.compile(String[] pResourceNames, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
           
 CompilationResult JaninoJavaCompiler.compile(String[] pSourceNames, ResourceReader pResourceReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
           
 CompilationResult EclipseJavaCompiler.compile(String[] pSourceFiles, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
           
 CompilationResult JavaCompiler.compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, 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".
 

Constructors in org.apache.commons.jci.compilers with parameters of type JavaCompilerSettings
EclipseJavaCompilerSettings(JavaCompilerSettings pSettings)
           
JavaCompilerSettings(JavaCompilerSettings pSettings)
           
 



Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.