Compiler, org.codehaus.plexus.logging.LogEnabledpublic class EclipseJavaCompiler extends AbstractCompiler
EOL, PS| Constructor | Description |
|---|---|
EclipseJavaCompiler() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
createCommandLine(CompilerConfiguration config) |
Create the command line that would be executed using this configuration.
|
CompilerResult |
performCompile(CompilerConfiguration config) |
Performs the compilation of the project.
|
canUpdateTarget, compile, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArraypublic CompilerResult performCompile(CompilerConfiguration config) throws CompilerException
CompilerperformCompile in interface CompilerperformCompile in class AbstractCompilerconfig - the configuration description of the compilation
to performCompilerExceptionpublic java.lang.String[] createCommandLine(CompilerConfiguration config) throws CompilerException
Compilerconfig - the CompilerConfiguration describing the compilationCompilerException - if there was an error generating the command
lineCopyright © 2018. All rights reserved.