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
Fields in org.apache.commons.configuration2 declared as PropertiesConfigurationLayoutModifier and TypeFieldDescriptionprivate PropertiesConfigurationLayout
PropertiesConfiguration.layout
Stores the layout object.Methods in org.apache.commons.configuration2 that return PropertiesConfigurationLayoutModifier and TypeMethodDescriptionprivate PropertiesConfigurationLayout
PropertiesConfiguration.createLayout()
Creates a standard layout object.PropertiesConfiguration.getLayout()
Gets the associated layout object.Methods in org.apache.commons.configuration2 with parameters of type PropertiesConfigurationLayoutModifier and TypeMethodDescriptionprivate void
PropertiesConfigurationLayout.copyFrom
(PropertiesConfigurationLayout c) Copies the data from the given layout object.private void
PropertiesConfiguration.installLayout
(PropertiesConfigurationLayout layout) Installs a layout object.void
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.