Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompilerFactory |
Modifier and Type | Method and Description |
---|---|
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(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 . |
Modifier and Type | Class and Description |
---|---|
class |
CompilerFactory |
Copyright © 2001-2015. All Rights Reserved.