Method Summary |
|
public static void | addInterface(JClass cl, Vector v) Put this interface and all interfaces extended by this interface
into vector. |
public boolean | compile(String argv) Run the compiler.
Parameters: argv - command line arguments given by user. |
public boolean | doCompile() Do the compile with the switches and files already supplied. |
public static void | main(String argv) Main program. |
public boolean | parseArgs(String argv) Parse the arguments for compile.
Parameters: argv - command line arguments given by user. |
public void | usage() Prints usage message. |
public boolean | verify(String name) Verify that interface specified in command line complies with
JCRMI limitations. |
public void | writeStub(String className, IndentingWriter p) Writes the stub for remote interface into the stream. |