Uses of Interface
org.codehaus.commons.compiler.ICompilerFactory
Packages that use ICompilerFactory
Package
Description
This package declares interfaces for the implementation of an
IExpressionEvaluator
, an IScriptEvaluator
, an
IClassBodyEvaluator
and an ISimpleCompiler
.An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).The core of the Janino Java compiler.
-
Uses of ICompilerFactory in org.codehaus.commons.compiler
Classes in org.codehaus.commons.compiler that implement ICompilerFactoryFields in org.codehaus.commons.compiler declared as ICompilerFactoryModifier and TypeFieldDescriptionprivate static ICompilerFactory
CompilerFactoryFactory.defaultCompilerFactory
Methods in org.codehaus.commons.compiler that return ICompilerFactoryModifier and TypeMethodDescriptionstatic ICompilerFactory[]
CompilerFactoryFactory.getAllCompilerFactories()
Deprecated.static ICompilerFactory[]
CompilerFactoryFactory.getAllCompilerFactories
(ClassLoader classLoader) Finds all implementation oforg.codehaus.commons.compiler
through the classLoader, then loads and instantiates the implementations'ICompilerFactory
s.static ICompilerFactory
CompilerFactoryFactory.getCompilerFactory
(String compilerFactoryClassName) Deprecated.static ICompilerFactory
CompilerFactoryFactory.getCompilerFactory
(String compilerFactoryClassName, ClassLoader classLoader) Loads anICompilerFactory
implementation by class name.static ICompilerFactory
CompilerFactoryFactory.getDefaultCompilerFactory()
Deprecated.static ICompilerFactory
CompilerFactoryFactory.getDefaultCompilerFactory
(ClassLoader classLoader) Finds the first implementation oforg.codehaus.commons.compiler
through the classLoader, then loads and instantiates the implementation'sICompilerFactory
. -
Uses of ICompilerFactory in org.codehaus.commons.compiler.jdk
Classes in org.codehaus.commons.compiler.jdk that implement ICompilerFactoryModifier and TypeClassDescriptionclass
TheCompilerFactory
implementation fororg.codehaus.commons.compiler.jdk
. -
Uses of ICompilerFactory in org.codehaus.janino
Classes in org.codehaus.janino that implement ICompilerFactory
CompilerFactoryFactory.getAllCompilerFactories(ClassLoader)
instead