xdoclet.modules.ejb.dd
public class EjbDotXmlSubTask extends AbstractEjbDeploymentDescriptorSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
clientjar |
protected java.lang.String |
description |
protected java.lang.String |
displayname |
protected java.lang.String |
largeicon |
protected java.lang.String |
smallicon |
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
EjbDotXmlSubTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
engineStarted()
Describe what the method does
|
void |
execute()
Describe what the method does
|
java.lang.String |
getClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object
|
java.lang.String |
getDescription()
Gets the Description attribute of the EjbDotXmlSubTask object
|
java.lang.String |
getDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object
|
java.lang.String |
getLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object
|
java.lang.String |
getSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object
|
void |
setClientjar(java.lang.String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object
|
void |
setDescription(java.lang.String description)
Sets the Description attribute of the EjbDotXmlSubTask object
|
void |
setDisplayname(java.lang.String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object
|
void |
setLargeicon(java.lang.String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object
|
void |
setSmallicon(java.lang.String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object
|
void |
validateOptions()
Called to validate configuration parameters.
|
atLeastOneCmp1EntityBeanExists, atLeastOneCmp2EntityBeanExists, atLeastOneCmpEntityBeanExists
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess
addOfType, addOfType, addPackageSubstitution, generateForClass, getAcceptAbstractClasses, getAcceptInterfaces, getDestinationFile, getEngine, getExtent, getGeneratedFileName, getGenerationManager, getHavingClassTag, getOfType, getPackageSubstitutions, getSubTaskClassName, getTemplateURL, init, isPackageSubstitutionInheritanceSupported, isPrefixWithPackageStructure, javaFile, matchesGenerationRules, processInnerClasses, setAcceptAbstractClasses, setAcceptInterfaces, setDestinationFile, setEngine, setExtent, setExtentValue, setGenerationManager, setHavingClassTag, setOfType, setPackageSubstitutionInheritanceSupported, setPackageSubstitutions, setPrefixWithPackageStructure, setSubTaskClassName, setTemplateFile, setTemplateURL, startEngine, startProcessForAll, startProcessPerClass
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
protected java.lang.String description
protected java.lang.String displayname
protected java.lang.String smallicon
protected java.lang.String largeicon
protected java.lang.String clientjar
public java.lang.String getSmallicon()
public java.lang.String getLargeicon()
public java.lang.String getDisplayname()
public java.lang.String getDescription()
public java.lang.String getClientjar()
public void setSmallicon(java.lang.String smallicon)
smallicon
- The new Smallicon valuepublic void setLargeicon(java.lang.String largeicon)
largeicon
- The new Largeicon valuepublic void setDisplayname(java.lang.String displayname)
displayname
- The new Displayname valuepublic void setDescription(java.lang.String description)
description
- The new Description valuepublic void setClientjar(java.lang.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