Package | Description |
---|---|
org.codehaus.commons.compiler |
This package declares interfaces for the implementation of an
IExpressionEvaluator , an IScriptEvaluator , an
IClassBodyEvaluator and an ISimpleCompiler . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompilerFactory
Base class for a simple
ICompilerFactory . |
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 . |
Copyright © 2016. All rights reserved.