org.codehaus.groovy.tools.javac
Class JavacJavaCompiler
java.lang.Object
  
org.codehaus.groovy.tools.javac.JavacJavaCompiler
- All Implemented Interfaces: 
 - JavaCompiler
 
public class JavacJavaCompiler
- extends Object
- implements JavaCompiler
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JavacJavaCompiler
public JavacJavaCompiler(CompilerConfiguration config)
compile
public void compile(List<String> files,
                    CompilationUnit cu)
- Specified by:
 compile in interface JavaCompiler