Package org.codehaus.groovy.tools.javac
Class JavacJavaCompiler
java.lang.Object
org.codehaus.groovy.tools.javac.JavacJavaCompiler
- All Implemented Interfaces:
 JavaCompiler
public class JavacJavaCompiler extends java.lang.Object implements JavaCompiler
- 
Constructor Summary
Constructors Constructor Description JavacJavaCompiler(CompilerConfiguration config) - 
Method Summary
Modifier and Type Method Description voidcompile(java.util.List<java.lang.String> files, CompilationUnit cu)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
JavacJavaCompiler
 
 - 
 - 
Method Details
- 
compile
- Specified by:
 compilein interfaceJavaCompiler
 
 -