Uses of Class
org.apache.commons.configuration.BaseConfiguration

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

Uses of BaseConfiguration in org.apache.commons.configuration
 

Subclasses of BaseConfiguration in org.apache.commons.configuration
 class AbstractFileConfiguration
          Partial implementation of the FileConfiguration interface.
protected  class AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
          A special implementation of the FileConfiguration interface that is used internally to implement the FileConfiguration methods for hierarchical configurations.
 class PropertiesConfiguration
          This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
 class XMLPropertiesConfiguration
          This configuration implements the XML properties format introduced in Java 5.0, see http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.
 



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