com.openexchange.admin.tools
Class PropertyHandlerExtended

java.lang.Object
  extended by com.openexchange.admin.tools.PropertyHandler
      extended by com.openexchange.admin.tools.PropertyHandlerExtended

public class PropertyHandlerExtended
extends com.openexchange.admin.tools.PropertyHandler


Field Summary
static java.lang.String CONTEXT_STORAGE
           
static java.lang.String UTIL_STORAGE
           
 
Fields inherited from class com.openexchange.admin.tools.PropertyHandler
GROUP_STORAGE, RESOURCE_STORAGE, TOOL_STORAGE, USER_STORAGE
 
Constructor Summary
PropertyHandlerExtended(java.util.Properties sysprops)
           
 
Method Summary
 
Methods inherited from class com.openexchange.admin.tools.PropertyHandler
getGroupProp, getGroupProp, getProp, getResourceProp, getResourceProp, getRmiProp, getSqlProp, getSysProp, getUserProp, getUserProp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_STORAGE

public static final java.lang.String CONTEXT_STORAGE
See Also:
Constant Field Values

UTIL_STORAGE

public static final java.lang.String UTIL_STORAGE
See Also:
Constant Field Values
Constructor Detail

PropertyHandlerExtended

public PropertyHandlerExtended(java.util.Properties sysprops)