| java.lang.Object org.apache.harmony.tools.javac.Main
Main | final public class Main (Code) | | This is the entry point for the javac tool.
|
Constructor Summary | |
public | Main() Default constructor. |
Main | public Main()(Code) | | Default constructor.
|
compile | public boolean compile(String[] args)(Code) | | Invokes the ECJ compiler with the given arguments.
Parameters: args - the arguments passed through to the compiler true on compilation success, false on failure |
compile | public boolean compile(String[] args, PrintWriter out, PrintWriter err)(Code) | | Invokes the ECJ compiler with the given arguments.
Parameters: args - the arguments passed through to the compiler Parameters: out - get the output from System.out Parameters: err - get the output from System.err true on compilation success, false on failure |
|
|