Class UtilProperties.ExtendedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.ofbiz.base.util.UtilProperties.ExtendedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
UtilProperties

public static class UtilProperties.ExtendedProperties extends Properties
Custom Properties class. Extended from Properties to add support for the OFBiz custom XML file format.
See Also: