org.apache.tools.ant.taskdefs.optional.jmx
Class ConfigureMBeanTask.SetAttribute

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.jmx.ConfigureMBeanTask.SetAttribute
Enclosing class:
ConfigureMBeanTask

public static class ConfigureMBeanTask.SetAttribute
extends java.lang.Object

Nested setAttribute task. Sets the specified attribute name to the specified value.


Constructor Summary
ConfigureMBeanTask.SetAttribute()
           
 
Method Summary
 void addText(java.lang.String text)
           
 java.lang.String getName()
          The attribute name.
 java.lang.String getValue()
           
 void setName(java.lang.String name)
          Sets the name attribute.
 void setValue(java.lang.String value)
          Sets the value attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureMBeanTask.SetAttribute

public ConfigureMBeanTask.SetAttribute()
Method Detail

setName

public void setName(java.lang.String name)
Sets the name attribute.
Parameters:
name - The name of the mbean attribute to set.

setValue

public void setValue(java.lang.String value)
Sets the value attribute.
Parameters:
value - The value for the mbean attribute.

getName

public java.lang.String getName()
The attribute name.
Returns:
The mbean attribute name

addText

public void addText(java.lang.String text)

getValue

public java.lang.String getValue()