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

Uses of AbstractConfiguration in org.apache.commons.configuration
 

Subclasses of AbstractConfiguration in org.apache.commons.configuration
 class BaseConfiguration
          Basic configuration classe.
 class BasePathConfiguration
          This is exactly the same as the BaseConfiguration but the backing store is based on a path (e.g.
 class BasePropertiesConfiguration
          loads the configuration from a properties file.
 class ClassPropertiesConfiguration
          Loads the configuration from the classpath utilizing a specified class to get the classloader from.
 class DOM4JConfiguration
          Reads a XML configuration file.
 class HierarchicalConfiguration
          A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.
 class HierarchicalDOM4JConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents using DOM4J.
 class JNDIConfiguration
          This Configuration class allows you to interface with a JNDI datasource.
 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 XMLConfiguration
          Base class for reading an XML configuration file.