public interface IJavaCompiler
Modifier and Type | Interface and Description |
---|---|
static class |
IJavaCompiler.CompilationResult |
Modifier and Type | Method and Description |
---|---|
IJavaCompiler.CompilationResult |
compile(java.lang.Iterable<java.lang.String> sourceRoots,
java.io.File outputClassDirectory) |
CompilerConfiguration |
getConfiguration() |
void |
setClassPath(java.lang.Iterable<java.lang.String> classPath) |
IJavaCompiler.CompilationResult compile(java.lang.Iterable<java.lang.String> sourceRoots, java.io.File outputClassDirectory)
void setClassPath(java.lang.Iterable<java.lang.String> classPath)
CompilerConfiguration getConfiguration()