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
IOException
public void addMessage(String path, int line, int column, String message, Diagnostic.Kind kind)
public void addLogMessage(String message)
public void close() throws IOException
IOException
public static void process(File file, CompilerJavacForked.CompilerOutputProcessor callback) throws IOException
IOException
Copyright © 2020. All rights reserved.