Uses of Interface
org.codehaus.commons.compiler.ICompilerFactory
-
Packages that use ICompilerFactory Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator
, anIScriptEvaluator
, anIClassBodyEvaluator
and anISimpleCompiler
.org.codehaus.commons.compiler.jdk Main package of the plugin.org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of ICompilerFactory in org.codehaus.commons.compiler
Classes in org.codehaus.commons.compiler that implement ICompilerFactory Modifier and Type Class Description class
AbstractCompilerFactory
Base class for a simpleICompilerFactory
.Methods in org.codehaus.commons.compiler that return ICompilerFactory Modifier and Type Method Description static ICompilerFactory[]
CompilerFactoryFactory. getAllCompilerFactories()
Finds all implementation oforg.codehaus.commons.compiler
on the class path, then loads and instantiates theirICompilerFactory
s.static ICompilerFactory
CompilerFactoryFactory. getCompilerFactory(String compilerFactoryClassName)
Loads anICompilerFactory
by class name.static ICompilerFactory
CompilerFactoryFactory. getDefaultCompilerFactory()
Finds the first implementation oforg.codehaus.commons.compiler
on the class path, then loads and instantiates itsICompilerFactory
. -
Uses of ICompilerFactory in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement ICompilerFactory Modifier and Type Class Description class
CompilerFactory
TheCompilerFactory
implementation fororg.codehaus.commons.compiler.jdk
. -
Uses of ICompilerFactory in org.codehaus.janino
Classes in org.codehaus.janino that implement ICompilerFactory Modifier and Type Class Description class
CompilerFactory
The JANINO implementation ofICompilerFactory
.
-