|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesConfigurationLayout | |
---|---|
org.apache.commons.configuration | The Configuration main package. |
Uses of PropertiesConfigurationLayout in org.apache.commons.configuration |
---|
Fields in org.apache.commons.configuration declared as PropertiesConfigurationLayout | |
---|---|
private PropertiesConfigurationLayout |
PropertiesConfiguration.layout
Stores the layout object. |
Methods in org.apache.commons.configuration that return PropertiesConfigurationLayout | |
---|---|
protected PropertiesConfigurationLayout |
PropertiesConfiguration.createLayout()
Creates the associated layout object. |
PropertiesConfigurationLayout |
PropertiesConfiguration.getLayout()
Returns the associated layout object. |
Methods in org.apache.commons.configuration with parameters of type PropertiesConfigurationLayout | |
---|---|
private void |
PropertiesConfigurationLayout.copyFrom(PropertiesConfigurationLayout c)
Copies the data from the given layout object. |
void |
PropertiesConfiguration.setLayout(PropertiesConfigurationLayout layout)
Sets the associated layout object. |
Constructors in org.apache.commons.configuration with parameters of type PropertiesConfigurationLayout | |
---|---|
PropertiesConfigurationLayout(PropertiesConfiguration config,
PropertiesConfigurationLayout c)
Creates a new instance of PropertiesConfigurationLayout
and initializes it with the given configuration object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |