Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
Modifier and Type | Class and Description |
---|---|
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 | Field and Description |
---|---|
private PropertiesConfiguration |
PropertiesConfigurationLayout.configuration
Stores the associated configuration object.
|
Modifier and Type | Method and Description |
---|---|
PropertiesConfiguration |
PropertiesConfigurationLayout.getConfiguration()
Returns the associated configuration object.
|
Constructor and Description |
---|
PropertiesConfigurationLayout(PropertiesConfiguration config)
Creates a new instance of
PropertiesConfigurationLayout
and initializes it with the associated configuration object. |
PropertiesConfigurationLayout(PropertiesConfiguration config,
PropertiesConfigurationLayout c)
Creates a new instance of
PropertiesConfigurationLayout
and initializes it with the given configuration object. |