Package Name | Comment |
org.apache.commons.configuration |
The Configuration main package. It contains the definition of the
Configuration interface and frequently used implementations
like PropertiesConfiguration (dealing with .properties
files) or XMLConfiguration that can load XML documents.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.beanutils |
In this package a Configuration implementation can be found that
implements the DynaBean interface. It allows to access or modify
a configuration using the classes from the Commons Beanutils package.
There are also classes for declaring beans in configuration files, from which
then instances can be created.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.event |
This package contains interfaces and classes for receiving notifications
about changes at configurations.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.interpol |
A package with helper classes used for interpolation (variable substitution).
$Id: package.html 492216 2007-01-03 16:51:24Z oheger $
|
org.apache.commons.configuration.plist |
Configuration classes supporting NeXT / OpenStep style configuration.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.reloading |
The reloading package contains the definition of the
ReloadingStrategy interface, which provides automatic reloading
facilities for file based configurations. There are also some concrete
implementations of this interface that can be used out of the box.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.test | |
org.apache.commons.configuration.tree |
A package with helper and utility classes used by hierarchical configurations.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.tree.xpath |
This package contains the implementation of the XPathExpressionEngine class, which
enables XPATH support for querying configuration properties.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|
org.apache.commons.configuration.web |
This package contains some implementations of the Configuration
interface that are useful in web environments.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
|