| Package | Description |
|---|---|
| org.apache.commons.configuration |
| Modifier and Type | Method | Description |
|---|---|---|
protected PropertiesConfigurationLayout |
PropertiesConfiguration.createLayout() |
Creates the associated layout object.
|
PropertiesConfigurationLayout |
PropertiesConfiguration.getLayout() |
Returns the associated layout object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PropertiesConfiguration.setLayout(PropertiesConfigurationLayout layout) |
Sets the associated layout object.
|
| Constructor | Description |
|---|---|
PropertiesConfigurationLayout(PropertiesConfiguration config,
PropertiesConfigurationLayout c) |
Creates a new instance of
PropertiesConfigurationLayout
and initializes it with the given configuration object. |