Package org.apache.commons.jci.compilers

Interfaces and abstract classes for the compiler abstraction itself.

See:
          Description

Interface Summary
JavaCompiler The general compiler interface.
 

Class Summary
AbstractJavaCompiler Base class for compiler implementations.
CompilationResult A CompilationResult represents the result of a compilation.
EclipseCompilationProblem Wrapping an Eclipse compiler problem
EclipseJavaCompiler Eclipse compiler implemenation
EclipseJavaCompilerSettings Native Eclipse compiler settings
FileInputStreamProxy  
FileOutputStreamProxy  
GroovyCompilationProblem Groovy version of a CompilationProblem
GroovyJavaCompiler Groovy implementation of the JavaCompiler interface
GroovyJavaCompilerSettings Native configuration for the Groovy compiler
JaninoCompilationProblem Janino version of a CompilationProblem
JaninoJavaCompiler  
JaninoJavaCompilerSettings  
JavacClassLoader This classloader injects the FileIn/OutputStream wrappers into javac.
JavacCompilationProblem  
JavacJavaCompiler Compiler leveraging the javac from tools.jar.
JavacJavaCompilerSettings  
JavaCompilerFactory Creates JavaCompilers TODO use META-INF discovery mechanism
JavaCompilerSettings Most common denominator for JavaCompiler settings.
RhinoCompilationProblem  
RhinoJavaCompiler  
RhinoJavaCompilerSettings  
 

Package org.apache.commons.jci.compilers Description

Interfaces and abstract classes for the compiler abstraction itself.



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.