public class EclipseJavaCompiler extends AbstractCompiler
EOL, PS
Constructor and Description |
---|
EclipseJavaCompiler() |
Modifier and Type | Method and Description |
---|---|
List<CompilerError> |
compile(CompilerConfiguration config) |
String[] |
createCommandLine(CompilerConfiguration config)
Create the command line that would be executed using this configuration.
|
canUpdateTarget, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArray
public List<CompilerError> compile(CompilerConfiguration config) throws CompilerException
CompilerException
public String[] createCommandLine(CompilerConfiguration config) throws CompilerException
Compiler
config
- the CompilerConfiguration describing the
compilationCompilerException
- if there was an error generating the command
lineCopyright © 2017. All rights reserved.