Uses of Interface
org.apache.commons.configuration.BasePathLoader

Uses of BasePathLoader in org.apache.commons.configuration
 

Classes in org.apache.commons.configuration that implement BasePathLoader
 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 ConfigurationFactory
          Factory class to create a CompositeConfiguration from a .xml file using Digester.
 class DOM4JConfiguration
          Reads a XML configuration file.
 class HierarchicalDOM4JConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents using DOM4J.
 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.