Method Summary |
|
public Path | createClasspath() Adds path to the classpath. |
public void | execute() Do the work. |
protected void | executeFork() launch the generate client using system api. |
protected void | executeForkV4() launch the generate client using system api. |
protected void | executeForkV5() launch the generate client using system api. |
protected void | executeJava() launch the generate client using java api. |
public void | setClasspath(Path classpath) Path to use for classpath. |
public void | setClasspathRef(Reference r) Reference to existing path, to use as a classpath. |
public void | setClientjar(File clientjar) Client JAR file name. |
public void | setDebug(boolean debug) If true, turn on the debug mode for each of the Borland tools launched. |
public void | setEjbjar(File ejbfile) EJB JAR file. |
public void | setMode(String s) Command launching mode: java or fork. |
public void | setVersion(int version) Set the version attribute. |