Package org.codehaus.groovy.tools.javac
Class JavacCompilerFactory
java.lang.Object
org.codehaus.groovy.tools.javac.JavacCompilerFactory
- All Implemented Interfaces:
JavaCompilerFactory
Factory creating the default
JavacJavaCompiler implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompiler(CompilerConfiguration config) Creates a javac-backed compiler for the supplied configuration.
-
Constructor Details
-
JavacCompilerFactory
public JavacCompilerFactory()
-
-
Method Details
-
createCompiler
Creates a javac-backed compiler for the supplied configuration.- Specified by:
createCompilerin interfaceJavaCompilerFactory- Parameters:
config- the compiler configuration- Returns:
- a javac-backed compiler
-