Modifier and Type | Method and Description |
---|---|
CompilerResult |
CompilerResult.compilerMessages(java.util.List<CompilerMessage> compilerMessages) |
CompilerResult |
Compiler.performCompile(CompilerConfiguration configuration)
Performs the compilation of the project.
|
CompilerResult |
AbstractCompiler.performCompile(CompilerConfiguration configuration) |
CompilerResult |
CompilerResult.success(boolean success) |
Modifier and Type | Method and Description |
---|---|
CompilerResult |
CSharpCompiler.performCompile(CompilerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
CompilerResult |
J2ObjCCompiler.performCompile(CompilerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
(package private) CompilerResult |
JavacCompiler.compileInProcess(java.lang.String[] args,
CompilerConfiguration config)
Compile the java sources in the current JVM, without calling an external executable,
using
com.sun.tools.javac.Main class |
(package private) static CompilerResult |
JavaxToolsCompiler.compileInProcess(java.lang.String[] args,
CompilerConfiguration config,
java.lang.String[] sourceFiles) |
private static CompilerResult |
JavacCompiler.compileInProcess0(java.lang.Class<?> javacClass,
java.lang.String[] args)
Helper method for compileInProcess()
|
protected CompilerResult |
JavacCompiler.compileInProcessWithProperClassloader(java.lang.Class<?> javacClass,
java.lang.String[] args) |
protected CompilerResult |
JavacCompiler.compileOutOfProcess(CompilerConfiguration config,
java.lang.String executable,
java.lang.String[] args)
Compile the java sources in a external process, calling an external executable,
like javac.
|
CompilerResult |
JavacCompiler.performCompile(CompilerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
CompilerResult |
JikesCompiler.performCompile(CompilerConfiguration config) |