Uses of Package
org.apache.commons.configuration

Packages that use org.apache.commons.configuration
org.apache.commons.configuration The Configuration main package.  
org.apache.commons.configuration.beanutils In this package a Configuration implementation can be found that implements the DynaBean interface.  
org.apache.commons.configuration.plist Configuration classes supporting NeXT / OpenStep style configuration.  
org.apache.commons.configuration.reloading The reloading package contains the definition of the ReloadingStrategy interface, which provides automatic reloading facilities for file based configurations.  
org.apache.commons.configuration.web This package contains some implementations of the Configuration interface that are useful in web environments.  
 

Classes in org.apache.commons.configuration used by org.apache.commons.configuration
AbstractConfiguration
          Abstract configuration class.
AbstractFileConfiguration
          Partial implementation of the FileConfiguration interface.
AbstractHierarchicalFileConfiguration
          Base class for implementing file based hierarchical configurations. This class serves an analogous purpose as the AbstractFileConfiguration class for non hierarchical configurations.
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
          A special implementation of the FileConfiguration interface that is used internally to implement the FileConfiguration methods for hierarchical configurations.
BaseConfiguration
          Basic configuration classe.
CompositeConfiguration
          This Configuration class allows you to add multiple different types of Configuration to this CompositeConfiguration.
Configuration
          The main Configuration interface. This interface allows accessing and manipulating a configuration object.
ConfigurationComparator
          Comparator for configurations interface.
ConfigurationException
          Any exception that occurs while initializing a Configuration object.
ConfigurationFactory
          Factory class to create a CompositeConfiguration from a .xml file using Digester.
ConfigurationFactory.AdditionalConfigurationData
          A simple data class that holds all information about a configuration from the <additional> section.
ConfigurationFactory.DigesterConfigurationFactory
          A base class for digester factory classes.
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.
ConfigurationKey
          A simple class that supports creation of and iteration on complex configuration keys. For key creation the class works similar to a StringBuffer: There are several appendXXXX() methods with which single parts of a key can be constructed.
ConfigurationKey.KeyIterator
          A specialized iterator class for tokenizing a configuration key.
ConfigurationRuntimeException
          A configuration related runtime exception.
ConfigurationXMLReader
          A base class for "faked" XMLReader classes that transform a configuration object in a set of SAX parsing events. This class provides dummy implementations for most of the methods defined in the XMLReader interface that are not used for this special purpose.
ConversionException
          Exception thrown when a property is incompatible with the type requested.
FileConfiguration
          A persistent configuration loaded and saved to a file.
HierarchicalConfiguration
          A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.There are some sources of configuration data that cannot be stored very well in a BaseConfiguration object because then their structure is lost.
HierarchicalConfiguration.Node
          A data class for storing (hierarchical) property information.
HierarchicalConfiguration.NodeVisitor
          Definition of a visitor class for traversing a node and all of its children.This class defines the interface of a visitor for Node objects and provides a default implementation.
MapConfiguration
          A Map based Configuration.
PropertiesConfiguration
          This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".
XMLConfiguration
          A specialized hierarchical configuration class that is able to parse XML documents. The parsed document will be stored keeping its structure.
 

Classes in org.apache.commons.configuration used by org.apache.commons.configuration.beanutils
Configuration
          The main Configuration interface. This interface allows accessing and manipulating a configuration object.
ConfigurationMap
          The ConfigurationMap wraps a configuration-collection Configuration instance to provide a Map interface. Note: This implementation is incomplete.
 

Classes in org.apache.commons.configuration used by org.apache.commons.configuration.plist
AbstractConfiguration
          Abstract configuration class.
AbstractHierarchicalFileConfiguration
          Base class for implementing file based hierarchical configurations. This class serves an analogous purpose as the AbstractFileConfiguration class for non hierarchical configurations.
Configuration
          The main Configuration interface. This interface allows accessing and manipulating a configuration object.
ConfigurationException
          Any exception that occurs while initializing a Configuration object.
FileConfiguration
          A persistent configuration loaded and saved to a file.
HierarchicalConfiguration
          A specialized configuration class that extends its base class by the ability of keeping more structure in the stored properties.There are some sources of configuration data that cannot be stored very well in a BaseConfiguration object because then their structure is lost.
HierarchicalConfiguration.Node
          A data class for storing (hierarchical) property information.
 

Classes in org.apache.commons.configuration used by org.apache.commons.configuration.reloading
FileConfiguration
          A persistent configuration loaded and saved to a file.
 

Classes in org.apache.commons.configuration used by org.apache.commons.configuration.web
AbstractConfiguration
          Abstract configuration class.
Configuration
          The main Configuration interface. This interface allows accessing and manipulating a configuration object.
 



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