Uses of Class
org.apache.commons.collections.ExtendedProperties

Packages that use ExtendedProperties
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of ExtendedProperties in org.apache.commons.collections
 

Methods in org.apache.commons.collections that return ExtendedProperties
 ExtendedProperties ExtendedProperties.subset(java.lang.String prefix)
          Create an ExtendedProperties object that is a subset of this one.
static ExtendedProperties ExtendedProperties.convertProperties(java.util.Properties p)
          Convert a standard properties class into a configuration class.
 

Methods in org.apache.commons.collections with parameters of type ExtendedProperties
 void ExtendedProperties.combine(ExtendedProperties c)
          Combines an existing Hashtable with this Hashtable.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.