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

Packages that use ExtendedProperties
org.apache.commons.collections This package contains a small number of collections classes that are needed for beanutils to function. 
 

Uses of ExtendedProperties in org.apache.commons.collections
 

Methods in org.apache.commons.collections that return ExtendedProperties
static ExtendedProperties ExtendedProperties.convertProperties(java.util.Properties props)
          Convert a standard properties class into a configuration class.
 ExtendedProperties ExtendedProperties.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
 void ExtendedProperties.combine(ExtendedProperties props)
          Combines an existing Hashtable with this Hashtable.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.