public class Jikes extends AbstractCompiler
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
Jikes() |
Modifier and Type | Method and Description |
---|---|
boolean |
compile()
Execute the compiler
|
protected List |
parseStream(BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerError s |
String |
toString() |
protected String[] |
toStringArray(List arguments)
Copy arguments to a string array
|
addFile, fillArguments, getErrors, setClasspath, setDestination, setEncoding, setSource
protected String[] toStringArray(List arguments)
toStringArray
in class AbstractCompiler
arguments
- The compiler argumentspublic boolean compile() throws IOException
IOException
protected List parseStream(BufferedReader input) throws IOException
CompilerError
sparseStream
in class AbstractCompiler
input
- The error streamIOException
- If an error occurs during message collectionCopyright © The Apache Software Foundation. All Rights Reserved.