org.apache.axis.components.compiler
Class Jikes
- Compiler
This class wraps IBM's Jikes Java compiler
NOTE: inspired by the Apache Jasper implementation.
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
|
log
protected static Log log
compile
public boolean compile()
throws IOException Execute the compiler
- compile in interface Compiler
parseStream
protected List parseStream(BufferedReader input)
throws IOException Parse the compiler error stream to produce a list of
CompilerErrors
- parseStream in interface AbstractCompiler
- The list of compiler error messages
toString
public String toString()
toStringArray
protected String[] toStringArray(List arguments)
Copy arguments to a string array
- toStringArray in interface AbstractCompiler
arguments - The compiler arguments
- A string array containing compilation arguments
Copyright © 2005 Apache Web Services Project. All Rights Reserved.