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

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

Uses of AbstractFileConfiguration in org.apache.commons.configuration
 

Subclasses of AbstractFileConfiguration in org.apache.commons.configuration
protected  class AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
          A special implementation of the FileConfiguration interface that is used internally to implement the FileConfiguration methods for hierarchical configurations.
 class INIConfiguration
           An initialization or ini file is a configuration file tpically found on Microsoft's Windows operating system and contains data for Windows based applications.
 class PropertiesConfiguration
          This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
private  class XMLConfiguration.XMLFileConfigurationDelegate
          A special implementation of the FileConfiguration interface that is used internally to implement the FileConfiguration methods for XMLConfiguration, too.
 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.