Uses of Class
org.apache.commons.collections.ExtendedProperties
-
Packages that use ExtendedProperties Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of ExtendedProperties in org.apache.commons.collections
Fields in org.apache.commons.collections declared as ExtendedProperties Modifier and Type Field Description private ExtendedPropertiesExtendedProperties. defaultsDefault configurations repository.Methods in org.apache.commons.collections that return ExtendedProperties Modifier and Type Method Description static ExtendedPropertiesExtendedProperties. convertProperties(java.util.Properties props)Convert a standard properties class into a configuration class.ExtendedPropertiesExtendedProperties. subset(java.lang.String prefix)Create an ExtendedProperties object that is a subset of this one.Methods in org.apache.commons.collections with parameters of type ExtendedProperties Modifier and Type Method Description voidExtendedProperties. combine(ExtendedProperties props)Combines an existing Hashtable with this Hashtable.
-