|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.CompilationUtil
public final class CompilationUtil
Method Summary | |
---|---|
static Compilation |
getCompilationOrFail(CompilationServer server,
Config config,
boolean recordCompilation)
Tries to return the most recent Compilation for the specified
config. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Compilation getCompilationOrFail(CompilationServer server, Config config, boolean recordCompilation) throws java.io.IOException, CompilationException
Compilation
for the specified
config. If that is not available, then this will compile the code using the
config (but not any referrer information).
If the config specifies RAW mode and there is no recent
Compilation
, then an exception will be thrown.
CompilationException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |