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
reloading package contains the definition of the
ReloadingStrategy interface, which provides automatic reloading
facilities for file based configurations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileConfiguration
Partial implementation of the
FileConfiguration interface. |
class |
AbstractHierarchicalFileConfiguration
Base class for implementing file based hierarchical configurations.
|
protected class |
AbstractHierarchicalFileConfiguration.FileConfigurationDelegate
A special implementation of the
FileConfiguration interface that is
used internally to implement the FileConfiguration methods
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 |
HierarchicalXMLConfiguration
Deprecated.
This class is deprecated. Use
XMLConfiguration
instead, which supports all features this class had offered before. |
class |
INIConfiguration
Deprecated.
This class has been replaced by HierarchicalINIConfiguration,
which provides a superset of the functionality offered by this class.
|
class |
MultiFileHierarchicalConfiguration
This 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 |
PatternSubtreeConfigurationWrapper
Wraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with
replaceable tokens derived from the ConfigurationInterpolator.
|
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
A specialized hierarchical configuration class that is able to parse XML
documents.
|
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.
|
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 |
PropertyListConfiguration
NeXT / OpenStep style configuration.
|
class |
XMLPropertyListConfiguration
Property 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.configuration
Stores a reference to the configuration to be monitored.
|
protected FileConfiguration |
FileChangedReloadingStrategy.configuration
Stores 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.