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 SummaryConstructors Constructor Description JavacJavaCompiler(CompilerConfiguration config)
- 
Method SummaryModifier and Type Method Description voidcompile(java.util.List<java.lang.String> files, CompilationUnit cu)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
JavacJavaCompiler
 
- 
- 
Method Details- 
compile- Specified by:
- compilein interface- JavaCompiler
 
 
-