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