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
CompilerErrors
|
| String | toString() |
| protected String[] | toStringArray(List arguments)
Copy arguments to a string array
|
CompilerErrors
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