org.progeeks.util.xml
Class SystemPropertyObjectHandler.ObjectPropertyHolder

java.lang.Object
  extended by org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
      extended by org.progeeks.util.xml.SystemPropertyObjectHandler.ObjectPropertyHolder
Enclosing class:
SystemPropertyObjectHandler

public class SystemPropertyObjectHandler.ObjectPropertyHolder
extends SystemPropertyObjectHandler.SystemPropertyHolder

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

SystemPropertyObjectHandler.ObjectPropertyHolder

public SystemPropertyObjectHandler.ObjectPropertyHolder()
Method Detail

setType

public void setType(java.lang.Class type)
Description copied from class: SystemPropertyObjectHandler.SystemPropertyHolder
Sets the type that string properties will resolve to. Protected to protect it but allow subclasses to expose if they want to.

Overrides:
setType in class SystemPropertyObjectHandler.SystemPropertyHolder

getType

public java.lang.Class getType()
Overrides:
getType in class SystemPropertyObjectHandler.SystemPropertyHolder


Copyright © 2002-2003 Paul Speed. All Rights Reserved.