Uses of Class
org.apache.commons.configuration.ConfigurationFactory.DigesterConfigurationFactory

Packages that use ConfigurationFactory.DigesterConfigurationFactory
org.apache.commons.configuration The Configuration main package. 
 

Uses of ConfigurationFactory.DigesterConfigurationFactory in org.apache.commons.configuration
 

Subclasses of ConfigurationFactory.DigesterConfigurationFactory in org.apache.commons.configuration
 class ConfigurationFactory.FileConfigurationFactory
          A tiny inner class that allows the Configuration Factory to let the digester construct FileConfiguration objects that already have the correct base Path set.
 class ConfigurationFactory.PropertiesConfigurationFactory
          A factory that returns an XMLPropertiesConfiguration for .xml files and a PropertiesConfiguration for the others.
 class ConfigurationFactory.PropertyListConfigurationFactory
          A factory that returns an XMLPropertyListConfiguration for .xml files and a PropertyListConfiguration for the others.
 



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