Uses of Interface
org.apache.commons.jci.compilers.JavaCompiler
-
Packages that use JavaCompiler Package Description 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 Modifier and Type Class Description class
AbstractJavaCompiler
Base class for compiler implementations.class
EclipseJavaCompiler
Eclipse compiler implemenationclass
GroovyJavaCompiler
Groovy implementation of the JavaCompiler interfaceclass
JaninoJavaCompiler
class
RhinoJavaCompiler
Methods in org.apache.commons.jci.compilers that return JavaCompiler Modifier and Type Method Description JavaCompiler
JavaCompilerFactory. createCompiler(java.lang.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 Modifier and Type Method Description JavaCompiler
CompilingListener. getCompiler()
Constructors in org.apache.commons.jci.listeners with parameters of type JavaCompiler Constructor Description CompilingListener(JavaCompiler pCompiler)
CompilingListener(JavaCompiler pCompiler, TransactionalResourceStore pTransactionalStore)
-