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, waitForComplete
public EclipseCompiler(JavaCompilerUtil compiler)
protected void compileInt(java.lang.String[] path, LineMap lineMap) throws java.io.IOException, JavaCompileException
AbstractJavaCompiler
compileInt
in class AbstractJavaCompiler
path
- the path to the java source.lineMap
- mapping from the generated source to the original files.java.io.IOException
JavaCompileException