|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaCompiler | |
---|---|
org.apache.commons.jci.compilers | Interfaces and abstract classes for the compiler abstraction itself. |
org.apache.commons.jci.listeners | Special FAM listeners for just collecting FAM statistics, to compilation or class reloading. |
Uses of JavaCompiler in org.apache.commons.jci.compilers |
---|
Classes in org.apache.commons.jci.compilers that implement JavaCompiler | |
---|---|
class |
AbstractJavaCompiler
Base class for compiler implementations. |
class |
EclipseJavaCompiler
Eclipse compiler implemenation |
class |
GroovyJavaCompiler
Groovy implementation of the JavaCompiler interface |
class |
JaninoJavaCompiler
|
class |
RhinoJavaCompiler
|
Methods in org.apache.commons.jci.compilers that return JavaCompiler | |
---|---|
JavaCompiler |
JavaCompilerFactory.createCompiler(String pHint)
Tries to guess the class name by convention. |
Uses of JavaCompiler in org.apache.commons.jci.listeners |
---|
Methods in org.apache.commons.jci.listeners that return JavaCompiler | |
---|---|
JavaCompiler |
CompilingListener.getCompiler()
|
Constructors in org.apache.commons.jci.listeners with parameters of type JavaCompiler | |
---|---|
CompilingListener(JavaCompiler pCompiler)
|
|
CompilingListener(JavaCompiler pCompiler,
TransactionalResourceStore pTransactionalStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |