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 |
Main package of the plugin.
|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
CompilerFactory
The
CompilerFactory implementation for org.codehaus.commons.compiler.jdk . |
Copyright © 2001–2016. All rights reserved.