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 | Method and Description |
---|---|
PropertiesConfiguration |
PropertiesConfigurationLayout.getConfiguration()
Returns the associated configuration object.
|
Modifier and Type | Method and Description |
---|---|
static void |
SystemConfiguration.setSystemProperties(PropertiesConfiguration systemConfig)
Set System properties from a configuration file.
|
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. |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.