constructorSignature
public String constructorSignature()
throws xdoclet.XDocletException
Describe what the method does
- Describe the return value
xdoclet.XDocletException
- Describe the exception
forAllIndexedConstructorParams
public void forAllIndexedConstructorParams(String template,
Properties attributes)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter doesattributes
- Describe what the parameter does
xdoclet.XDocletException
- Describe the exception
forAllIndexedMethodParams
public void forAllIndexedMethodParams(String template,
Properties attributes)
throws xdoclet.XDocletException
Describe what the method does
template
- Describe what the parameter doesattributes
- Describe what the parameter does
xdoclet.XDocletException
- Describe the exception
getMBeanName
protected String getMBeanName(XClass clazz)
throws xdoclet.XDocletException
- Description of the Returned Value
xdoclet.XDocletException
- Description of Exception
ifHasAttributeDescription
public void ifHasAttributeDescription(String template,
Properties attributes)
throws xdoclet.XDocletException
xdoclet.XDocletException
-
ifIsGetterMethod
public void ifIsGetterMethod(String template,
Properties attributes)
throws xdoclet.XDocletException
TODO: There is a big overlap here with stuff in ejb - have a look.
xdoclet.XDocletException
-
- type = "block"
description = "Executes the block if the current method is a getter"
ifIsSetterMethod
public void ifIsSetterMethod(String template,
Properties attributes)
throws xdoclet.XDocletException
TODO: There is a big overlap here with stuff in ejb - have a look.
xdoclet.XDocletException
-
- type = "block"
description = "Executes the block if the current method is a setter"
indexedConstructorParamValue
public String indexedConstructorParamValue(Properties attributes)
throws xdoclet.XDocletException
Describe what the method does
attributes
- Describe what the parameter does
- Describe the return value
xdoclet.XDocletException
- Describe the exception
indexedMethodParamValue
public String indexedMethodParamValue(Properties attributes)
throws xdoclet.XDocletException
attributes
- Describe what the parameter does
- Describe the return value
xdoclet.XDocletException
- Describe the exception
- refactor common code with indexedConstructorParamValue into a private method
isGetterMethod
protected boolean isGetterMethod()
- (Aslak) this is very general stuff. It should be implemented higher up in the hierarchy if it isn't
already done somewhere
isSetterMethod
protected boolean isSetterMethod()
- (Aslak) this is very general stuff. It should be implemented higher up in the hierarchy if it isn't
already done somewhere
mbeanName
public String mbeanName()
throws xdoclet.XDocletException
Returns the MBean name for the current class. Looks for the name parameter in the jmx:mbean tag on the current
class.
- Description of the Returned Value
xdoclet.XDocletException
- Description of Exception
- type = "content"
description = "Returns the MBean name for the current class. Looks for
the name parameter in the jmx:mbean tag on the current class."