Uses of Class
org.apache.commons.configuration2.PropertiesConfigurationLayout
Packages that use 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
Methods in org.apache.commons.configuration2 that return PropertiesConfigurationLayoutModifier and TypeMethodDescriptionPropertiesConfiguration.getLayout()
Gets the associated layout object.Methods in org.apache.commons.configuration2 with parameters of type PropertiesConfigurationLayoutModifier and TypeMethodDescriptionvoid
PropertiesConfiguration.setLayout
(PropertiesConfigurationLayout layout) Sets the associated layout object.Constructors in org.apache.commons.configuration2 with parameters of type PropertiesConfigurationLayoutModifierConstructorDescriptionCreates a new instance ofPropertiesConfigurationLayout
and copies the data of the specified layout object. -
Uses of PropertiesConfigurationLayout in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type PropertiesConfigurationLayoutModifier and TypeMethodDescriptionPropertiesBuilderParametersImpl.setLayout
(PropertiesConfigurationLayout layout) PropertiesBuilderProperties.setLayout
(PropertiesConfigurationLayout layout) Sets the layout object for the properties configuration object.