Uses of Interface
org.apache.commons.configuration2.builder.fluent.PropertiesBuilderParameters
-
Packages that use PropertiesBuilderParameters Package Description org.apache.commons.configuration2.builder.fluent 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 PropertiesBuilderParameters Modifier and Type Method Description PropertiesBuilderParametersParameters. properties()Creates a new instance of a parameters object for properties configurations.Methods in org.apache.commons.configuration2.builder.fluent with parameters of type PropertiesBuilderParameters Modifier and Type Method Description FileBasedConfigurationBuilder<PropertiesConfiguration>Configurations. propertiesBuilder(PropertiesBuilderParameters parameters)Creates a builder for aPropertiesConfigurationand initializes it with the given parameters to be loaded.
-