org.apache.axis.components.compiler
public class Javac extends AbstractCompiler
Since: 2.0
Field Summary | |
---|---|
static String | CLASSIC_CLASS |
protected static Log | log |
static String | MODERN_CLASS |
Constructor Summary | |
---|---|
Javac() |
Method Summary | |
---|---|
boolean | compile()
Compile a source file yielding a loadable class file.
|
protected List | parseClassicStream(BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerError s
|
protected List | parseModernStream(BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerError s
|
protected List | parseStream(BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerError s
|
String | toString() |
Throws: IOException If an error occurs during compilation
CompilerError
s
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection
CompilerError
s
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection
CompilerError
s
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection