org.apache.tools.ant.taskdefs.optional.ejb
public class BorlandGenerateClient extends Task
UNKNOWN: name="blgenclient" category="ejb"
Method Summary | |
---|---|
Path | createClasspath()
Adds path to the classpath. |
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 |
void | setClasspath(Path classpath)
Path to use for classpath. |
void | setClasspathRef(Reference r)
Reference to existing path, to use as a classpath. |
void | setClientjar(File clientjar)
Client JAR file name. |
void | setDebug(boolean debug)
If true, turn on the debug mode for each of the Borland tools launched. |
void | setEjbjar(File ejbfile)
EJB JAR file. |
void | setMode(String s)
Command launching mode: java or fork. |
void | setVersion(int version) |
Throws: BuildException if something goes wrong with the build