|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler
org.ozoneDB.tools.OPP.compiler.ExternalJavaCompiler
Compiles resolver by starting an externalcompiler process.
Field Summary | |
private java.lang.String |
compilerCommand
|
Fields inherited from class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler |
|
Constructor Summary | |
ExternalJavaCompiler(java.lang.String compilerCommand)
|
Method Summary | |
void |
compile(java.util.Collection classes)
Compiles the classes passed as strings in the classes parameter. |
private java.lang.String |
streamToString(java.io.InputStream stream)
|
Methods inherited from class org.ozoneDB.tools.OPP.compiler.AbstractJavaCompiler |
getArguments, getArguments, getClasspath, getOutputPath, getSourcePath, isDebug, isDeprecation, isNoWarn, isOptimize, setClasspath, setDebug, setDeprecation, setNoWarn, setOptimize, setOutputPath, setSourcePath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String compilerCommand
Constructor Detail |
public ExternalJavaCompiler(java.lang.String compilerCommand)
compilerCommand
- The command to run the compiler..Method Detail |
public void compile(java.util.Collection classes) throws CompilerException
classes
- The classes to compile
CompilerException
private java.lang.String streamToString(java.io.InputStream stream)
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |