| 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()
Deprecated.
|
static ICompilerFactory[] |
CompilerFactoryFactory.getAllCompilerFactories(ClassLoader classLoader)
Finds all implementation of
org.codehaus.commons.compiler through the classLoader, then loads
and instantiates the implementations' ICompilerFactorys. |
static ICompilerFactory |
CompilerFactoryFactory.getCompilerFactory(String compilerFactoryClassName)
Deprecated.
|
static ICompilerFactory |
CompilerFactoryFactory.getCompilerFactory(String compilerFactoryClassName,
ClassLoader classLoader)
Loads an
ICompilerFactory implementation by class name. |
static ICompilerFactory |
CompilerFactoryFactory.getDefaultCompilerFactory()
Deprecated.
|
static ICompilerFactory |
CompilerFactoryFactory.getDefaultCompilerFactory(ClassLoader classLoader)
Finds the first implementation of
org.codehaus.commons.compiler through the classLoader, then
loads and instantiates the implementation's ICompilerFactory. |
Copyright © 2024. All rights reserved.