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
IOException
public static CompilerJavacForked.CompilerConfiguration read(File file) throws IOException
IOException
Copyright © 2020. All rights reserved.