xdoclet.modules.ejb.dd
public class EjbDotXmlSubTask extends AbstractEjbDeploymentDescriptorSubTask
Version: $Revision: 1.18 $
UNKNOWN: Oct 15, 2001 display-name = "ejb-jar.xml" name = "deploymentdescriptor" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "session-beans.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing session elements for beans you wish to include which aren't processed by XDoclet." file = "entity-beans.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity containing * entity elements for beans you wish to include which aren't processed by XDoclet." file = "message-driven-beans.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing message-driven elements for beans you wish to include which aren't processed by XDoclet." file = "ejb-env-entries-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing env-entry elements for a bean, to use instead of generating them from ejb.env-entry tags." file = "ejb-ejbrefs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing (ejb-ref*, ejb-local-ref*) elements for a bean, to use instead of generating them from ejb.ejb-ref * and ejb.ejb-external-ref tags." file = "ejb-sec-rolerefs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing security-role-ref elements for a bean, to use instead of generating them from ejb.security-role-ref * tags." file = "ejb-resourcerefs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing resource-ref elements for a bean, to use instead of generating them from ejb.resource-ref tags." file = "ejb-resource-env-refs-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed * entity containing resource-env-ref elements for a bean, to use instead of generating them from * ejb.resource-env-ref tags." file = "ejb-finders-{0}.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing query elements for a bean, for additional finder and select methods not defined in the bean class or * its tags." file = "assembly-descriptor.xml" relates-to = "ejb-jar.xml" description = "An XML document containing * assembly-descriptor markup, to use instead of generating it." file = "ejb-security-roles.xml" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing any additional security-role elements not generated by XDoclet." file = "ejb-method-permissions.ent" relates-to = "ejb-jar.xml" description = "An XML unparsed entity * containing any additional method-permission elements not generated by XDoclet." file = "ejb-container-transactions.ent" relates-to = "ejb-jar.xml" description = "An XML unparsed * entity containing any additional container-transaction elements not generated by XDoclet." file = "ejb-message-destinations.ent" relates-to = "ejb-jar.xml" description = "An XML document containing * message-destination elements. Only used with EJB 2.1+" file = "ejb-exclude-list.xml" relates-to = "ejb-jar.xml" description = "An XML document containing * any exclude-list element. Only used with EJB 2.0+" file = "relationships.xml" relates-to = "ejb-jar.xml" description = "AN XML unparsed entity * containing ejb-relationship elements to add additional relationships that were not generated through Xdoclet."
Field Summary | |
---|---|
protected String | clientjar |
protected String | description |
protected String | displayname |
protected String | largeicon |
protected String | smallicon |
Constructor Summary | |
---|---|
EjbDotXmlSubTask() |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
void | execute()
Describe what the method does
|
String | getClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object
|
String | getDescription()
Gets the Description attribute of the EjbDotXmlSubTask object
|
String | getDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object
|
String | getLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object
|
String | getSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object
|
void | setClientjar(String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object
|
void | setDescription(String description)
Sets the Description attribute of the EjbDotXmlSubTask object
|
void | setDisplayname(String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object
|
void | setLargeicon(String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object
|
void | setSmallicon(String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Throws: XDocletException
Returns: The Clientjar value
Returns: The Description value
Returns: The Displayname value
Returns: The Largeicon value
Returns: The Smallicon value
Parameters: clientjar The new Clientjar value
Parameters: description The new Description value
Parameters: displayname The new Displayname value
Parameters: largeicon The new Largeicon value
Parameters: smallicon The new Smallicon value
Throws: XDocletException