当前页面:
在线文档首页 >
JBoss 3.2.7 varia API Documentation 英文版文档
JMX.PropertyEditorHolder (Various API) - JBoss 3.2.7 varia API Documentation 英文版文档
org.jboss.ant
Class JMX.PropertyEditorHolder
java.lang.Object
org.jboss.ant.JMX.PropertyEditorHolder
- Enclosing class:
- JMX
- public static class JMX.PropertyEditorHolder
- extends Object
The class PropertyEditorHolder
allows you to add a
PropertyEditor to the default set.
Method Summary |
void |
execute()
|
String |
getEditor()
|
String |
getType()
|
void |
setEditor(String editor)
The setEditor method specifies the fully qualified
class name of the PropertyEditor for the type specified in the type field. |
void |
setType(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(String type)
- The
setType
method specifies the return type from the
property editor.
- Parameters:
type
- a String
value
getType
public String getType()
setEditor
public void setEditor(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 String getEditor()
execute
public void execute()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.