xdoclet.modules.mx4j

Class Mx4jDescriptionAdapterSubTask

public class Mx4jDescriptionAdapterSubTask extends TemplateSubTask

Generates MBeanDescriptionAdaptor subclass for Mx4j.

Version: $Revision: 1.7 $

Author: Dmitri Colebatch (dim@bigpond.net.au)

UNKNOWN: January 31, 2002 display-name = "Mx4j Description" name = "mx4jdescription" parent = "xdoclet.modules.jmx.JMXDocletTask"

Field Summary
protected static StringmbeanDescriptionClassPattern
Constructor Summary
Mx4jDescriptionAdapterSubTask()
Describe what the Mx4jDescriptionAdapterSubTask constructor does
Method Summary
static StringgetMbeanDescriptionClassPattern()
Gets the MbeanDescriptionClassPattern attribute of the Mx4jDescriptionAdapterSubTask class
voidsetPattern(String new_pattern)
Sets the Pattern attribute of the Mx4jDescriptionAdapterSubTask object
voidvalidateOptions()
Called to validate configuration parameters.

Field Detail

mbeanDescriptionClassPattern

protected static String mbeanDescriptionClassPattern

Constructor Detail

Mx4jDescriptionAdapterSubTask

public Mx4jDescriptionAdapterSubTask()
Describe what the Mx4jDescriptionAdapterSubTask constructor does

Method Detail

getMbeanDescriptionClassPattern

public static String getMbeanDescriptionClassPattern()
Gets the MbeanDescriptionClassPattern attribute of the Mx4jDescriptionAdapterSubTask class

Returns: The MbeanDescriptionClassPattern value

setPattern

public void setPattern(String new_pattern)
Sets the Pattern attribute of the Mx4jDescriptionAdapterSubTask object

Parameters: new_pattern The new Pattern value

validateOptions

public void validateOptions()
Called to validate configuration parameters.

Throws: XDocletException Description of Exception