Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
org.apache.commons.configuration.event |
This package contains interfaces and classes for receiving notifications
about changes at configurations.
|
org.apache.commons.configuration.plist |
Configuration classes supporting NeXT / OpenStep style configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHierarchicalFileConfiguration
Base class for implementing file based hierarchical configurations.
|
class |
CombinedConfiguration
A hierarchical composite configuration class.
|
class |
DefaultConfigurationBuilder
A factory class that creates a composite configuration from an XML based
configuration definition file.
|
class |
HierarchicalXMLConfiguration
Deprecated.
This class is deprecated. Use
XMLConfiguration
instead, which supports all features this class had offered before. |
class |
PropertiesConfigurationLayout
A helper class used by
to keep
the layout of a properties file. |
class |
XMLConfiguration
A specialized hierarchical configuration class that is able to parse XML
documents.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSource.addConfigurationListener(ConfigurationListener l)
Adds a configuration listener to this object.
|
boolean |
EventSource.removeConfigurationListener(ConfigurationListener l)
Removes the specified event listener so that it does not receive any
further events caused by this object.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyListConfiguration
NeXT / OpenStep style configuration.
|
class |
XMLPropertyListConfiguration
Mac OS X configuration file (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
|