public static class CompilerJavacForked.CompilerOutput extends Object
| Constructor and Description |
|---|
CompilerOutput(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogMessage(String message) |
void |
addMessage(String path,
int line,
int column,
String message,
Diagnostic.Kind kind) |
void |
close() |
static void |
process(File file,
CompilerJavacForked.CompilerOutputProcessor callback) |
void |
processOutput(File inputFile,
File outputFile) |
public CompilerOutput(File file) throws IOException
IOExceptionpublic void addMessage(String path, int line, int column, String message, Diagnostic.Kind kind)
public void addLogMessage(String message)
public void close()
throws IOException
IOExceptionpublic static void process(File file, CompilerJavacForked.CompilerOutputProcessor callback) throws IOException
IOExceptionCopyright © 2015. All rights reserved.