org.jboss.ant
Class JMX.PropertyEditorHolder

java.lang.Object
  extended byorg.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.


Constructor Summary
JMX.PropertyEditorHolder()
           
 
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
 

Constructor Detail

JMX.PropertyEditorHolder

public JMX.PropertyEditorHolder()
Method Detail

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