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
CompilerErrors
|
| protected List | parseModernStream(BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerErrors
|
| protected List | parseStream(BufferedReader input)
Parse the compiler error stream to produce a list of
CompilerErrors
|
| String | toString() |
Throws: IOException If an error occurs during compilation
CompilerErrors
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection
CompilerErrors
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection
CompilerErrors
Parameters: input The error stream
Returns: The list of compiler error messages
Throws: IOException If an error occurs during message collection