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.web |
This package contains some implementations of the
Configuration
interface that are useful in web environments. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfiguration
Abstract configuration class.
|
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 |
BaseConfiguration
Basic configuration class.
|
class |
CombinedConfiguration
A hierarchical composite configuration class.
|
class |
CompositeConfiguration
CompositeConfiguration allows you to add multiple Configuration
objects to an aggregated configuration. |
class |
DatabaseConfiguration
Configuration stored in a database.
|
class |
DataConfiguration
Decorator providing additional getters for any Configuration.
|
class |
DefaultConfigurationBuilder
A factory class that creates a composite configuration from an XML based
configuration definition file.
|
class |
DynamicCombinedConfiguration
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.
|
class |
EnvironmentConfiguration
A Configuration implementation that reads the platform specific
environment variables using the map returned by
System.getenv() . |
class |
HierarchicalConfiguration
A specialized configuration class that extends its base class by the
ability of keeping more structure in the stored properties.
|
class |
HierarchicalINIConfiguration
A specialized hierarchical configuration implementation for parsing ini
files.
|
class |
HierarchicalReloadableConfiguration
A base class for hierarchical configurations with specific reloading
requirements.
|
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 |
JNDIConfiguration
This Configuration class allows you to interface with a JNDI datasource.
|
class |
MapConfiguration
A Map based Configuration.
|
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 |
SubnodeConfiguration
A specialized hierarchical configuration class that wraps a single node of
its parent configuration.
|
class |
SubsetConfiguration
A subset of another configuration.
|
class |
SystemConfiguration
A configuration based on the system properties.
|
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 | 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 | Class and Description |
---|---|
class |
AppletConfiguration
A configuration wrapper to read applet parameters.
|
class |
ServletConfiguration
A configuration wrapper around a
ServletConfig . |
class |
ServletContextConfiguration
A configuration wrapper to read the initialization parameters of a servlet
context.
|
class |
ServletFilterConfiguration
A configuration wrapper around a
FilterConfig . |
class |
ServletRequestConfiguration
A configuration wrapper to read the parameters of a servlet request.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.