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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompile(java.util.List<java.lang.String> files, CompilationUnit cu) 
 - 
 
- 
- 
Constructor Detail
- 
JavacJavaCompiler
public JavacJavaCompiler(CompilerConfiguration config)
 
 - 
 
- 
Method Detail
- 
compile
public void compile(java.util.List<java.lang.String> files, CompilationUnit cu)- Specified by:
 compilein interfaceJavaCompiler
 
 - 
 
 -