Method Summary |
|
public void | execute() Do the work.
The work is actually done by creating a separate JVM to run a helper task.
This approach allows the classpath of the helper task to be set. |
public boolean | getKeepgenerated() get the keep generated attribute. |
public void | setClasspath(String s) Set the classpath to be used for this compilation. |
public void | setDescriptors(String dirName) Set the directory from where the serialized deployment descriptors are
to be read. |
public void | setDest(String dirName) Set the directory into which the support classes, RMI stubs, etc are to be written. |
public void | setKeepgenerated(String newKeepgenerated) If true, ejbc will keep the
intermediate Java files used to build the class files. |
public void | setManifest(String manifestFilename) Set the name of the generated manifest file.
For each EJB that is processed an entry is created in this file. |
public void | setSrc(String dirName) Set the directory containing the source code for the home interface, remote interface
and public key class definitions. |