Class CaseInsensitiveProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.saperion.util.configuration.CaseInsensitiveProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class CaseInsensitiveProperties extends Properties
A case-insensitive properties class. All strings will be converted to upper-case when a new property is added or when a property is retrieved. Note that the keys prop1 and Prop1 will be treated as equal.
See Also: