|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
org.progeeks.util.xml.SystemPropertyObjectHandler.ObjectPropertyHolder
public class SystemPropertyObjectHandler.ObjectPropertyHolder
Version of the system property holder that allows configuration of the type to which strings will resolve. This exposes it so that the XML can configure a destination type.
Constructor Summary | |
---|---|
SystemPropertyObjectHandler.ObjectPropertyHolder()
|
Method Summary | |
---|---|
java.lang.Class |
getType()
|
void |
setType(java.lang.Class type)
Sets the type that string properties will resolve to. |
Methods inherited from class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder |
---|
getDefaultValue, getKey, resolve, setDefaultValue, setKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemPropertyObjectHandler.ObjectPropertyHolder()
Method Detail |
---|
public void setType(java.lang.Class type)
SystemPropertyObjectHandler.SystemPropertyHolder
setType
in class SystemPropertyObjectHandler.SystemPropertyHolder
public java.lang.Class getType()
getType
in class SystemPropertyObjectHandler.SystemPropertyHolder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |