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 newConfigurationobjects. -
-
Uses of PropertiesBuilderParametersImpl in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return PropertiesBuilderParametersImpl Modifier and Type Method Description PropertiesBuilderParametersImplPropertiesBuilderParametersImpl. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)PropertiesBuilderParametersImplPropertiesBuilderParametersImpl. setIncludesAllowed(boolean f)PropertiesBuilderParametersImplPropertiesBuilderParametersImpl. setIOFactory(PropertiesConfiguration.IOFactory factory)PropertiesBuilderParametersImplPropertiesBuilderParametersImpl. setLayout(PropertiesConfigurationLayout layout)
-