public class InternalCompilerTools extends AbstractJavaCompiler
_compiler, L| Constructor and Description |
|---|
InternalCompilerTools(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 InternalCompilerTools(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