Package | Description |
---|---|
org.apache.commons.configuration |
The Configuration main package.
|
Modifier and Type | Field and Description |
---|---|
private PropertiesConfigurationLayout |
PropertiesConfiguration.layout
Stores the layout object.
|
Modifier and Type | Method and Description |
---|---|
protected PropertiesConfigurationLayout |
PropertiesConfiguration.createLayout()
Creates the associated layout object.
|
PropertiesConfigurationLayout |
PropertiesConfiguration.getLayout()
Returns the associated layout object.
|
Modifier and Type | Method and Description |
---|---|
private void |
PropertiesConfigurationLayout.copyFrom(PropertiesConfigurationLayout c)
Copies the data from the given layout object.
|
void |
PropertiesConfiguration.setLayout(PropertiesConfigurationLayout layout)
Sets the associated layout object.
|
Constructor and Description |
---|
PropertiesConfigurationLayout(PropertiesConfiguration config,
PropertiesConfigurationLayout c)
Creates a new instance of
PropertiesConfigurationLayout
and initializes it with the given configuration object. |