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 classAbstractJavaCompilerBase class for compiler implementations.classEclipseJavaCompilerEclipse compiler implemenationclassGroovyJavaCompilerGroovy implementation of the JavaCompiler interfaceclassRhinoJavaCompilerMethods in org.apache.commons.jci.compilers that return JavaCompiler Modifier and Type Method Description JavaCompilerJavaCompilerFactory. createCompiler(java.lang.String pHint)Tries to guess the class name by convention. -
Uses of JavaCompiler in org.apache.commons.jci.listeners
Fields in org.apache.commons.jci.listeners declared as JavaCompiler Modifier and Type Field Description private JavaCompilerCompilingListener. compilerMethods in org.apache.commons.jci.listeners that return JavaCompiler Modifier and Type Method Description JavaCompilerCompilingListener. getCompiler()Constructors in org.apache.commons.jci.listeners with parameters of type JavaCompiler Constructor Description CompilingListener(JavaCompiler pCompiler)CompilingListener(JavaCompiler pCompiler, TransactionalResourceStore pTransactionalStore)
-