Uses of Class
org.apache.commons.configuration.PropertiesConfigurationLayout
-
Packages that use PropertiesConfigurationLayout Package Description org.apache.commons.configuration -
-
Uses of PropertiesConfigurationLayout in org.apache.commons.configuration
Methods in org.apache.commons.configuration that return PropertiesConfigurationLayout Modifier and Type Method Description protected PropertiesConfigurationLayoutPropertiesConfiguration. createLayout()Creates the associated layout object.PropertiesConfigurationLayoutPropertiesConfiguration. getLayout()Returns the associated layout object.Methods in org.apache.commons.configuration with parameters of type PropertiesConfigurationLayout Modifier and Type Method Description voidPropertiesConfiguration. setLayout(PropertiesConfigurationLayout layout)Sets the associated layout object.Constructors in org.apache.commons.configuration with parameters of type PropertiesConfigurationLayout Constructor Description PropertiesConfigurationLayout(PropertiesConfiguration config, PropertiesConfigurationLayout c)Creates a new instance ofPropertiesConfigurationLayoutand initializes it with the given configuration object.
-