org.jboss.ant
Class JMX.PropertyEditorHolder
java.lang.Object
org.jboss.ant.JMX.PropertyEditorHolder
- Enclosing class:
- JMX (src)
- public static class JMX.PropertyEditorHolder
- extends java.lang.Object
The class PropertyEditorHolder
allows you to add a
PropertyEditor to the default set.
Method Summary |
void |
execute()
|
java.lang.String |
getEditor()
|
java.lang.String |
getType()
|
void |
setEditor(java.lang.String editor)
The setEditor method specifies the fully qualified
class name of the PropertyEditor for the type specified in the type field. |
void |
setType(java.lang.String type)
The setType method specifies the return type from the
property editor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMX.PropertyEditorHolder
public JMX.PropertyEditorHolder()
setType
public void setType(java.lang.String type)
- The
setType
method specifies the return type from the
property editor.
- Parameters:
type
- a String
value
getType
public java.lang.String getType()
setEditor
public void setEditor(java.lang.String editor)
- The
setEditor
method specifies the fully qualified
class name of the PropertyEditor for the type specified in the type field.
- Parameters:
editor
- a String
value
getEditor
public java.lang.String getEditor()
execute
public void execute()
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException