|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompilerFactory | |
---|---|
org.codehaus.commons.compiler | This package declares interfaces for the implementation of an IExpressionEvaluator , an IScriptEvaluator , an
IClassBodyEvaluator and an ISimpleCompiler . |
org.codehaus.commons.compiler.jdk |
Uses of ICompilerFactory in org.codehaus.commons.compiler |
---|
Classes in org.codehaus.commons.compiler that implement ICompilerFactory | |
---|---|
class |
AbstractCompilerFactory
|
Methods in org.codehaus.commons.compiler that return ICompilerFactory | |
---|---|
static ICompilerFactory[] |
CompilerFactoryFactory.getAllCompilerFactories()
Finds all implementation of org.codehaus.commons.compiler on the class path, then loads and
instantiates their ICompilerFactory s. |
static ICompilerFactory |
CompilerFactoryFactory.getCompilerFactory(java.lang.String compilerFactoryClassName)
Loads an ICompilerFactory by class name. |
static ICompilerFactory |
CompilerFactoryFactory.getDefaultCompilerFactory()
Finds the first implementation of org.codehaus.commons.compiler on the class path, then loads and
instantiates its ICompilerFactory . |
Uses of ICompilerFactory in org.codehaus.commons.compiler.jdk |
---|
Classes in org.codehaus.commons.compiler.jdk that implement ICompilerFactory | |
---|---|
class |
CompilerFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |