Uses of Class
org.apache.commons.configuration2.PropertiesConfigurationLayout
Package
Description
The Configuration main package.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.-
Uses of PropertiesConfigurationLayout in org.apache.commons.configuration2
Modifier and TypeMethodDescriptionPropertiesConfiguration.getLayout()
Gets the associated layout object.Modifier and TypeMethodDescriptionvoid
PropertiesConfiguration.setLayout
(PropertiesConfigurationLayout layout) Sets the associated layout object.ModifierConstructorDescriptionCreates a new instance ofPropertiesConfigurationLayout
and copies the data of the specified layout object. -
Uses of PropertiesConfigurationLayout in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionPropertiesBuilderParametersImpl.setLayout
(PropertiesConfigurationLayout layout) PropertiesBuilderProperties.setLayout
(PropertiesConfigurationLayout layout) Sets the layout object for the properties configuration object.