Uses of Class
org.apache.commons.configuration2.builder.PropertiesBuilderParametersImpl
-
Packages that use PropertiesBuilderParametersImpl Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects. -
-
Uses of PropertiesBuilderParametersImpl in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return PropertiesBuilderParametersImpl Modifier and Type Method Description PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setIncludesAllowed(boolean f)
PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setIOFactory(PropertiesConfiguration.IOFactory factory)
PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setLayout(PropertiesConfigurationLayout layout)
-