| com.rift.coad.lib.thirdparty.ant.RMIC
RMIC | public class RMIC extends Rmic (Code) | | The RMI generator wrapps the ANT rmi task.
author: Brett Chaldecott |
Method Summary | |
public void | parse() This method executes the rmi parser. |
RMIC | public RMIC(File[] base, String className, File dest)(Code) | | Creates a new instance of RMIC
Parameters: base - The base path to the file. Parameters: className - The name of the class. Parameters: dest - The destination of the compiled file. |
RMIC | public RMIC(File[] base, File source, String includes, File dest)(Code) | | Creates a new instance of RMIC
Parameters: base - The base path to the file. Parameters: source - The source for the files Parameters: includes - The includes to compile. Parameters: dest - The destination |
|
|