xdoclet.modules.wsee
public class WebServicesXmlSubTask extends XmlSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
displayName |
protected java.lang.String |
largeIcon |
protected java.lang.String |
name |
protected java.lang.String |
smallIcon
state
|
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
WebServicesXmlSubTask()
initializes default output location and template names
|
Modifier and Type | Method and Description |
---|---|
protected void |
engineStarted()
feedback upon engine start
|
void |
execute()
runs the subtask
|
java.lang.String |
getDescription()
Gets the Description attribute of the WebXmlSubTask object
|
java.lang.String |
getDisplayName() |
java.lang.String |
getLargeIcon() |
java.lang.String |
getName() |
java.lang.String |
getSmallIcon() |
void |
setDescription(java.lang.String description)
Sets the Description attribute of the WebXmlSubTask object
|
void |
setDisplayName(java.lang.String string)
set display name
|
void |
setLargeIcon(java.lang.String string)
set large icon location
|
void |
setName(java.lang.String string)
set descriptor name
|
void |
setSmallIcon(java.lang.String string)
set small icon location
|
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, validateOptions
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 smallIcon
protected java.lang.String largeIcon
protected java.lang.String displayName
protected java.lang.String description
protected java.lang.String name
public WebServicesXmlSubTask()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getLargeIcon()
public java.lang.String getName()
public java.lang.String getSmallIcon()
public void setDescription(java.lang.String description)
description
- The new Description valuepublic void setDisplayName(java.lang.String string)
string
- namepublic void setLargeIcon(java.lang.String string)
string
- locationpublic void setName(java.lang.String string)
string
- namepublic void setSmallIcon(java.lang.String string)
string
- locationpublic void execute() throws XDocletException
execute
in class TemplateSubTask
XDocletException
protected void engineStarted() throws XDocletException
engineStarted
in class TemplateSubTask
XDocletException