org.apache.axis.components.compiler
public class Jikes extends AbstractCompiler
Since: 2.0
Field Summary | |
---|---|
protected static Log | log |
Method Summary | |
---|---|
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
|
CompilerError
s
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection
Parameters: arguments The compiler arguments
Returns: A string array containing compilation arguments