|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.ejb.dd.EjbDotXmlSubTask
Subtask for generating standard EJB deployment descriptor.
Nested Class Summary |
Nested classes inherited from class xdoclet.TemplateSubTask |
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
protected String |
clientjar
|
protected String |
description
|
protected String |
displayname
|
protected String |
largeicon
|
protected String |
smallicon
|
Fields inherited from class xdoclet.DocletSupport |
currentClassTag, currentFieldTag, currentMethodTag |
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. |
Methods inherited from class xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask |
atLeastOneCmp1EntityBeanExists, atLeastOneCmp2EntityBeanExists, atLeastOneCmpEntityBeanExists |
Methods inherited from class xdoclet.XmlSubTask |
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
Methods inherited from class xdoclet.SubTask |
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String description
protected String displayname
protected String smallicon
protected String largeicon
protected String clientjar
Constructor Detail |
public EjbDotXmlSubTask()
Method Detail |
public String getSmallicon()
public String getLargeicon()
public String getDisplayname()
public String getDescription()
public String getClientjar()
public void setSmallicon(String smallicon)
smallicon
- The new Smallicon valuepublic void setLargeicon(String largeicon)
largeicon
- The new Largeicon valuepublic void setDisplayname(String displayname)
displayname
- The new Displayname valuepublic void setDescription(String description)
description
- The new Description valuepublic void setClientjar(String clientjar)
clientjar
- The new Clientjar valuepublic void validateOptions() throws XDocletException
validateOptions
in class TemplateSubTask
XDocletException
public void execute() throws XDocletException
execute
in class TemplateSubTask
XDocletException
protected void engineStarted() throws XDocletException
engineStarted
in class TemplateSubTask
XDocletException
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |