| Package | Description |
|---|---|
| org.apache.commons.configuration |
| Modifier and Type | Class | 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 | Method | Description |
|---|---|---|
PropertiesConfiguration |
PropertiesConfigurationLayout.getConfiguration() |
Returns the associated configuration object.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SystemConfiguration.setSystemProperties(PropertiesConfiguration systemConfig) |
Set System properties from a configuration file.
|
| Constructor | 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. |