xdoclet.modules.mx4j
Class Mx4jDescriptionAdapterSubTask
java.lang.Objectxdoclet.DocletSupportxdoclet.SubTaskxdoclet.TemplateSubTaskxdoclet.modules.mx4j.Mx4jDescriptionAdapterSubTask
- Serializable
public class Mx4jDescriptionAdapterSubTask
extends xdoclet.TemplateSubTask
Generates MBeanDescriptionAdaptor subclass for Mx4j.
- Dmitri Colebatch (dim@bigpond.net.au)
- display-name = "Mx4j Description"
name = "mx4jdescription"
parent = "xdoclet.modules.jmx.JMXDocletTask"
static String | getMbeanDescriptionClassPattern()- Gets the MbeanDescriptionClassPattern attribute of the Mx4jDescriptionAdapterSubTask class
|
void | setPattern(String new_pattern)- Sets the Pattern attribute of the Mx4jDescriptionAdapterSubTask object
|
void | validateOptions()- Called to validate configuration parameters.
|
addOfType, addOfType, addPackageSubstitution, copyAttributesFrom, engineFinished, engineStarted, execute, 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, startProcess, startProcessForAll, startProcessPerClass, validateOptions |
addConfigParam, copyAttributesFrom, execute, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions |
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage |
mbeanDescriptionClassPattern
protected static String mbeanDescriptionClassPattern
Mx4jDescriptionAdapterSubTask
public Mx4jDescriptionAdapterSubTask()
Describe what the Mx4jDescriptionAdapterSubTask constructor does
getMbeanDescriptionClassPattern
public static String getMbeanDescriptionClassPattern()
Gets the MbeanDescriptionClassPattern attribute of the Mx4jDescriptionAdapterSubTask class
- The MbeanDescriptionClassPattern value
setPattern
public void setPattern(String new_pattern)
Sets the Pattern attribute of the Mx4jDescriptionAdapterSubTask object
new_pattern - The new Pattern value
validateOptions
public void validateOptions()
throws xdoclet.XDocletException Called to validate configuration parameters.
- validateOptions in interface xdoclet.TemplateSubTask
xdoclet.XDocletException - Description of Exception