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
Methods in org.apache.commons.configuration2 that return PropertiesConfigurationLayout Modifier and Type Method Description PropertiesConfigurationLayout
PropertiesConfiguration. getLayout()
Returns the associated layout object.Methods in org.apache.commons.configuration2 with parameters of type PropertiesConfigurationLayout Modifier and Type Method Description 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.
-