| Package | Description | 
|---|---|
| org.apache.commons.configuration | 
The Configuration main package. | 
| org.apache.commons.configuration.plist | 
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration. | 
| org.apache.commons.configuration.reloading | 
The  reloadingpackage contains the definition of theReloadingStrategyinterface, which provides automatic reloading
facilities for file based configurations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFileConfigurationPartial implementation of the  FileConfigurationinterface. | 
| class  | AbstractHierarchicalFileConfigurationBase class for implementing file based hierarchical configurations. | 
| protected class  | AbstractHierarchicalFileConfiguration.FileConfigurationDelegateA special implementation of the  FileConfigurationinterface that is
 used internally to implement theFileConfigurationmethods
 for hierarchical configurations. | 
| class  | DefaultConfigurationBuilder
 A factory class that creates a composite configuration from an XML based
 configuration definition file. | 
| class  | HierarchicalINIConfiguration
 A specialized hierarchical configuration implementation for parsing ini
 files. | 
| class  | HierarchicalXMLConfigurationDeprecated. 
 This class is deprecated. Use  XMLConfigurationinstead, which supports all features this class had offered before. | 
| class  | INIConfigurationDeprecated. 
 This class has been replaced by HierarchicalINIConfiguration,
 which provides a superset of the functionality offered by this class. | 
| class  | MultiFileHierarchicalConfigurationThis class provides access to multiple configuration files that reside in a location that
 can be specified by a pattern allowing applications to be multi-tenant. | 
| class  | PatternSubtreeConfigurationWrapperWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with
 replaceable tokens derived from the ConfigurationInterpolator. | 
| class  | PropertiesConfigurationThis is the "classic" Properties loader which loads the values from
 a single or multiple files (which can be chained with "include =". | 
| class  | XMLConfigurationA specialized hierarchical configuration class that is able to parse XML
 documents. | 
| class  | XMLPropertiesConfigurationThis 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FileConfiguration | ConfigurationFactory.FileConfigurationFactory. createConfiguration(Attributes attributes)Creates the object, a  FileConfiguration. | 
| protected FileConfiguration | ConfigurationFactory.PropertiesConfigurationFactory. createConfiguration(Attributes attributes)Creates the new configuration object. | 
| protected FileConfiguration | ConfigurationFactory.PropertyListConfigurationFactory. createConfiguration(Attributes attributes)Creates the new configuration object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PropertyListConfigurationNeXT / OpenStep style configuration. | 
| class  | XMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). | 
| Modifier and Type | Field and Description | 
|---|---|
| protected FileConfiguration | VFSFileChangedReloadingStrategy. configurationStores a reference to the configuration to be monitored. | 
| protected FileConfiguration | FileChangedReloadingStrategy. configurationStores a reference to the configuration to be monitored. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VFSFileChangedReloadingStrategy. setConfiguration(FileConfiguration configuration) | 
| void | ReloadingStrategy. setConfiguration(FileConfiguration configuration)Set the configuration managed by this strategy. | 
| void | ManagedReloadingStrategy. setConfiguration(FileConfiguration configuration)Sets the associated configuration. | 
| void | InvariantReloadingStrategy. setConfiguration(FileConfiguration configuration) | 
| void | FileChangedReloadingStrategy. setConfiguration(FileConfiguration configuration) | 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.