public static class CompilerJavacForked.CompilerConfiguration extends Object
| Constructor and Description |
|---|
CompilerConfiguration(Charset encoding,
Iterable<String> options,
Iterable<File> sources) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getCompilerOptions() |
Charset |
getSourceEncoding() |
Iterable<File> |
getSources() |
static CompilerJavacForked.CompilerConfiguration |
read(File file) |
void |
write(File file) |
public Charset getSourceEncoding()
public void write(File file) throws IOException
IOExceptionpublic static CompilerJavacForked.CompilerConfiguration read(File file) throws IOException
IOExceptionCopyright © 2015. All rights reserved.