Uses of Interface
org.apache.commons.configuration2.builder.fluent.PropertiesBuilderParameters
Packages that use PropertiesBuilderParameters
Package
Description
This package defines a fluent API for setting up fully configured configuration builders.
-
Uses of PropertiesBuilderParameters in org.apache.commons.configuration2.builder.fluent
Methods in org.apache.commons.configuration2.builder.fluent that return PropertiesBuilderParametersModifier and TypeMethodDescriptionParameters.properties()
Creates a new instance of a parameters object for properties configurations.Methods in org.apache.commons.configuration2.builder.fluent with parameters of type PropertiesBuilderParametersModifier and TypeMethodDescriptionConfigurations.propertiesBuilder
(PropertiesBuilderParameters parameters) Creates a builder for aPropertiesConfiguration
and initializes it with the given parameters to be loaded.