| Package | Description |
|---|---|
| org.apache.commons.configuration2 |
The Configuration main package.
|
| org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
| Modifier and Type | Method and Description |
|---|---|
PropertiesConfigurationLayout |
PropertiesConfiguration.getLayout()
Returns the associated layout object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesConfiguration.setLayout(PropertiesConfigurationLayout layout)
Sets the associated layout object.
|
| Constructor and Description |
|---|
PropertiesConfigurationLayout(PropertiesConfigurationLayout c)
Creates a new instance of
PropertiesConfigurationLayout and
copies the data of the specified layout object. |
| Modifier and Type | Method and Description |
|---|---|
PropertiesBuilderParametersImpl |
PropertiesBuilderParametersImpl.setLayout(PropertiesConfigurationLayout layout) |
T |
PropertiesBuilderProperties.setLayout(PropertiesConfigurationLayout layout)
Sets the layout object for the properties configuration object.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.