|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.tags.jmx.ObjectNameConverter
public class ObjectNameConverter
A Converter that turns Strings into JMX ObjectName objects
Field Summary | |
---|---|
private static ObjectNameConverter |
instance
|
Constructor Summary | |
---|---|
ObjectNameConverter()
|
Method Summary | |
---|---|
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value)
|
static ObjectNameConverter |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final ObjectNameConverter instance
Constructor Detail |
---|
public ObjectNameConverter()
Method Detail |
---|
public static ObjectNameConverter getInstance()
public java.lang.Object convert(java.lang.Class type, java.lang.Object value)
convert
in interface org.apache.commons.beanutils.Converter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |