Uses of Interface
org.apache.commons.configuration2.builder.fluent.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
Modifier and TypeMethodDescriptionParameters.properties()
Creates a new instance of a parameters object for properties configurations.Modifier and TypeMethodDescriptionConfigurations.propertiesBuilder
(PropertiesBuilderParameters parameters) Creates a builder for aPropertiesConfiguration
and initializes it with the given parameters to be loaded.