Modifier and Type | Method and Description |
---|---|
CompilerResult |
CompilerResult.compilerMessages(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 |
EclipseJavaCompiler.performCompile(CompilerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
CompilerResult |
J2ObjCCompiler.performCompile(CompilerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
protected CompilerResult |
JavacCompiler.compileInProcessWithProperClassloader(Class<?> javacClass,
String[] args) |
protected CompilerResult |
JavacCompiler.compileOutOfProcess(CompilerConfiguration config,
String executable,
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) |
Copyright © 2001–2020 Codehaus Plexus. All rights reserved.