站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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.


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

Constructor Detail

JMX.PropertyEditorHolder

public JMX.PropertyEditorHolder()
Method Detail

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.