public class JikesCompiler extends AbstractCompiler
EOL, PS
Constructor and Description |
---|
JikesCompiler() |
Modifier and Type | Method and Description |
---|---|
String[] |
createCommandLine(CompilerConfiguration config)
Create the command line that would be executed using this configuration.
|
protected List<CompilerMessage> |
parseStream(BufferedReader input,
List<CompilerMessage> messages)
Parse the compiler error stream to produce a list of
CompilerMessage s |
CompilerResult |
performCompile(CompilerConfiguration config)
Performs the compilation of the project.
|
canUpdateTarget, compile, getCompilerOutputStyle, getInputFileEnding, getOutputFile, getOutputFileEnding, getPathString, getSourceFiles, getSourceFilesForSourceRoot, makeClassName, toStringArray
public CompilerResult performCompile(CompilerConfiguration config) throws CompilerException
Compiler
performCompile
in interface Compiler
performCompile
in class AbstractCompiler
config
- the configuration description of the compilation
to performCompilerException
public String[] createCommandLine(CompilerConfiguration config) throws CompilerException
Compiler
config
- the CompilerConfiguration describing the compilationCompilerException
- if there was an error generating the command
lineprotected List<CompilerMessage> parseStream(BufferedReader input, List<CompilerMessage> messages) throws IOException
CompilerMessage
sinput
- The error streamIOException
- If an error occurs during message collectionCopyright © 2001–2023 Codehaus Plexus. All rights reserved.