org.codehaus.groovy.tools.javac
Class JavacJavaCompiler

java.lang.Object
  extended by org.codehaus.groovy.tools.javac.JavacJavaCompiler
All Implemented Interfaces:
JavaCompiler

public class JavacJavaCompiler
extends Object
implements JavaCompiler


Constructor Summary
JavacJavaCompiler(CompilerConfiguration config)
           
 
Method Summary
 void compile(List files, CompilationUnit cu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavacJavaCompiler

public JavacJavaCompiler(CompilerConfiguration config)
Method Detail

compile

public void compile(List files,
                    CompilationUnit cu)
Specified by:
compile in interface JavaCompiler

Copyright © 2003-2009 The Codehaus. All rights reserved.