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
CompilerErrors |
String |
toString() |
protected String[] |
toStringArray(List arguments)
Copy arguments to a string array
|
addFile, fillArguments, getErrors, setClasspath, setDestination, setEncoding, setSourceprotected String[] toStringArray(List arguments)
toStringArray in class AbstractCompilerarguments - The compiler argumentspublic boolean compile()
throws IOException
IOExceptionprotected List parseStream(BufferedReader input) throws IOException
CompilerErrorsparseStream in class AbstractCompilerinput - The error streamIOException - If an error occurs during message collectionCopyright © The Apache Software Foundation. All Rights Reserved.