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 java.util.List |
parseStream(java.io.BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerError s |
java.lang.String |
toString() |
protected java.lang.String[] |
toStringArray(java.util.List arguments)
Copy arguments to a string array
|
addFile, fillArguments, getErrors, setClasspath, setDestination, setEncoding, setSource
protected java.lang.String[] toStringArray(java.util.List arguments)
toStringArray
in class AbstractCompiler
arguments
- The compiler argumentspublic boolean compile() throws java.io.IOException
java.io.IOException
protected java.util.List parseStream(java.io.BufferedReader input) throws java.io.IOException
CompilerError
sparseStream
in class AbstractCompiler
input
- The error streamjava.io.IOException
- If an error occurs during message collectionpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.