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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
private CompilerConfiguration config
JavacJavaCompiler
public JavacJavaCompiler(CompilerConfiguration config)
compile
public void compile(java.util.List files,
CompilationUnit cu)
- Specified by:
compile
in interface JavaCompiler
addJavacError
private void addJavacError(java.lang.String header,
CompilationUnit cu,
java.io.StringWriter msg)
makeParameters
private java.lang.String[] makeParameters(java.util.List files)
findJavac
private java.lang.Class findJavac(CompilationUnit cu)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © ${year} The Codehaus. All Rights Reserved.