xdoclet.modules.ejb.dd
Class EjbDotXmlSubTask
AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.ejb.dd.EjbDotXmlSubTask
public class EjbDotXmlSubTask
extends AbstractEjbDeploymentDescriptorSubTask
Subtask for generating standard EJB deployment descriptor.
- Ara Abrahamian (ara_e@email.com)
- display-name = "ejb-jar.xml"
name = "deploymentdescriptor"
parent = "xdoclet.modules.ejb.EjbDocletTask"
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.
|
clientjar
protected String clientjar
description
protected String description
displayname
protected String displayname
largeicon
protected String largeicon
smallicon
protected String smallicon
EjbDotXmlSubTask
public EjbDotXmlSubTask()
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
-
execute
public void execute()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
-
getClientjar
public String getClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object
getDescription
public String getDescription()
Gets the Description attribute of the EjbDotXmlSubTask object
getDisplayname
public String getDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object
getLargeicon
public String getLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object
getSmallicon
public String getSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object
setClientjar
public void setClientjar(String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object
clientjar
- The new Clientjar value
setDescription
public void setDescription(String description)
Sets the Description attribute of the EjbDotXmlSubTask object
description
- The new Description value
setDisplayname
public void setDisplayname(String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object
displayname
- The new Displayname value
setLargeicon
public void setLargeicon(String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object
largeicon
- The new Largeicon value
setSmallicon
public void setSmallicon(String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object
smallicon
- The new Smallicon value
validateOptions
public void validateOptions()
throws xdoclet.XDocletException
Called to validate configuration parameters.
xdoclet.XDocletException
-