public class GroovyCompiler extends AbstractJavaCompiler
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
_compiler, L| Constructor and Description |
|---|
GroovyCompiler(JavaCompilerUtil compiler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compileInt(java.lang.String[] paths,
LineMap lineMap)
Compile the configured file.
|
abort, getException, isDone, notifyComplete, run, setLineMap, setPath, waitForCompletepublic GroovyCompiler(JavaCompilerUtil compiler)
protected void compileInt(java.lang.String[] paths,
LineMap lineMap)
throws java.io.IOException
compileInt in class AbstractJavaCompilerpath - the path to the java source.lineMap - mapping from the generated source to the original files.java.io.IOException