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
CompilerErrors |
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, setSourceprotected java.lang.String[] toStringArray(java.util.List arguments)
toStringArray in class AbstractCompilerarguments - The compiler argumentspublic boolean compile()
throws java.io.IOException
java.io.IOExceptionprotected java.util.List parseStream(java.io.BufferedReader input)
throws java.io.IOException
CompilerErrorsparseStream in class AbstractCompilerinput - The error streamjava.io.IOException - If an error occurs during message collectionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2005 Apache Web Services Project. All Rights Reserved.