Uses of Class
org.apache.commons.configuration2.PropertiesConfigurationLayout
-
Packages that use PropertiesConfigurationLayout 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 newConfiguration
objects. -
-
Uses of PropertiesConfigurationLayout in org.apache.commons.configuration2
Fields in org.apache.commons.configuration2 declared as PropertiesConfigurationLayout Modifier and Type Field Description private PropertiesConfigurationLayout
PropertiesConfiguration. layout
Stores the layout object.Methods in org.apache.commons.configuration2 that return PropertiesConfigurationLayout Modifier and Type Method Description private PropertiesConfigurationLayout
PropertiesConfiguration. createLayout()
Creates a standard layout object.PropertiesConfigurationLayout
PropertiesConfiguration. getLayout()
Gets the associated layout object.Methods in org.apache.commons.configuration2 with parameters of type PropertiesConfigurationLayout Modifier and Type Method Description private 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 PropertiesConfigurationLayout Constructor Description PropertiesConfigurationLayout(PropertiesConfigurationLayout c)
Creates 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 PropertiesConfigurationLayout Modifier and Type Method Description PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setLayout(PropertiesConfigurationLayout layout)
T
PropertiesBuilderProperties. setLayout(PropertiesConfigurationLayout layout)
Sets the layout object for the properties configuration object.
-