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, anIClassBodyEvaluatorand anISimpleCompiler.org.codehaus.commons.compiler.jdk An implementation of theorg.codehaus.commons.compilerAPI that uses the "JAVAC" Java compiler that is part of the "Java Development Kit" (JDK).org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of ICompilerFactory in org.codehaus.commons.compiler
Classes in org.codehaus.commons.compiler that implement ICompilerFactory Modifier and Type Class Description classAbstractCompilerFactoryBase class for a simpleICompilerFactory.Fields in org.codehaus.commons.compiler declared as ICompilerFactory Modifier and Type Field Description private static ICompilerFactoryCompilerFactoryFactory. defaultCompilerFactoryMethods in org.codehaus.commons.compiler that return ICompilerFactory Modifier and Type Method Description static ICompilerFactory[]CompilerFactoryFactory. getAllCompilerFactories()Deprecated.static ICompilerFactory[]CompilerFactoryFactory. getAllCompilerFactories(java.lang.ClassLoader classLoader)Finds all implementation oforg.codehaus.commons.compilerthrough the classLoader, then loads and instantiates the implementations'ICompilerFactorys.static ICompilerFactoryCompilerFactoryFactory. getCompilerFactory(java.lang.String compilerFactoryClassName)Deprecated.static ICompilerFactoryCompilerFactoryFactory. getCompilerFactory(java.lang.String compilerFactoryClassName, java.lang.ClassLoader classLoader)Loads anICompilerFactoryimplementation by class name.static ICompilerFactoryCompilerFactoryFactory. getDefaultCompilerFactory()Deprecated.static ICompilerFactoryCompilerFactoryFactory. getDefaultCompilerFactory(java.lang.ClassLoader classLoader)Finds the first implementation oforg.codehaus.commons.compilerthrough 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 ICompilerFactory Modifier and Type Class Description classCompilerFactoryTheCompilerFactoryimplementation 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 classCompilerFactoryThe JANINO implementation ofICompilerFactory.
-