public class JikesCompiler extends AbstractCompiler
EOL, PS
Constructor and Description |
---|
JikesCompiler() |
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.
|
protected List<CompilerError> |
parseStream(BufferedReader input,
List<CompilerError> messages)
Parse the compiler error stream to produce a list of
CompilerError s |
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
lineprotected List<CompilerError> parseStream(BufferedReader input, List<CompilerError> messages) throws IOException
CompilerError
sinput
- The error streamIOException
- If an error occurs during message collectionCopyright © 2013. All rights reserved.