Method Summary |
|
protected void | addDeploymentTool(EJBDeploymentTool deploymentTool) |
public Path | createClasspath() Adds to the classpath used to locate the super classes and
interfaces of the classes that will make up the EJB JAR. |
public DTDLocation | createDTD() Create a DTD location record. |
public JonasDeploymentTool | createJonas() Adds a deployment tool for JOnAS server. |
public FileSet | createSupport() Adds a fileset for support elements. |
public void | execute() Invoked by Ant after the task is prepared, when it is ready to execute
this task.
This will configure all of the nested deployment tools to allow them to
process the jar. |
public String | getCmpversion() Gets the CMP version. |
public File | getDestdir() Gets the destination directory. |
public void | setBasejarname(String inValue) Set the base name of the EJB JAR that is to be created if it is not
to be determined from the name of the deployment descriptor files. |
public void | setBasenameterminator(String inValue) The string which terminates the bean name.
The convention used by this task is
that bean descriptors are named as the BeanName with some suffix. |
public void | setClasspath(Path classpath) Set the classpath to use when resolving classes for inclusion in the jar. |
public void | setCmpversion(CMPVersion version) Sets the CMP version. |
public void | setDependency(String analyzer) Set the analyzer to use when adding in dependencies to the JAR. |
public void | setDescriptordir(File inDir) Set the descriptor directory. |
public void | setDestdir(File inDir) Set the destination directory. |
public void | setFlatdestdir(boolean inValue) Controls whether the
destination JARs are written out in the destination directory with
the same hierarchical structure from which the deployment descriptors
have been read. |
public void | setGenericjarsuffix(String inString) Set the suffix for the generated jar file. |
public void | setManifest(File manifest) Set the Manifest file to use when jarring. |
public void | setNaming(NamingScheme namingScheme) |
public void | setSrcdir(File inDir) Sets the source directory, which is the directory that
contains the classes that will be added to the EJB jar. |