Package org.codehaus.groovy.tools.javac
Class JavacCompilerFactory
- java.lang.Object
-
- org.codehaus.groovy.tools.javac.JavacCompilerFactory
-
- All Implemented Interfaces:
JavaCompilerFactory
public class JavacCompilerFactory extends Object implements JavaCompilerFactory
-
-
Constructor Summary
Constructors Constructor Description JavacCompilerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaCompiler
createCompiler(CompilerConfiguration config)
-
-
-
Method Detail
-
createCompiler
public JavaCompiler createCompiler(CompilerConfiguration config)
- Specified by:
createCompiler
in interfaceJavaCompilerFactory
-
-