|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.java.AbstractJavaCompiler
com.caucho.java.EclipseCompiler
public class EclipseCompiler
Compiles Java source, returning the loaded class.
| Field Summary |
|---|
| Fields inherited from class com.caucho.java.AbstractJavaCompiler |
|---|
_compiler, L, log |
| Constructor Summary | |
|---|---|
EclipseCompiler(JavaCompilerUtil compiler)
|
|
| Method Summary | |
|---|---|
protected void |
compileInt(java.lang.String[] path,
LineMap lineMap)
Compile the configured file. |
| Methods inherited from class com.caucho.java.AbstractJavaCompiler |
|---|
abort, getException, isDone, notifyComplete, run, setLineMap, setPath, waitForComplete |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EclipseCompiler(JavaCompilerUtil compiler)
| Method Detail |
|---|
protected void compileInt(java.lang.String[] path,
LineMap lineMap)
throws java.io.IOException,
JavaCompileException
AbstractJavaCompiler
compileInt in class AbstractJavaCompilerpath - the path to the java source.lineMap - mapping from the generated source to the original files.
java.io.IOException
JavaCompileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||