Uses of Interface
org.apache.commons.configuration2.builder.PropertiesBuilderProperties
-
Packages that use PropertiesBuilderProperties Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.org.apache.commons.configuration2.builder.fluent This package defines a fluent API for setting up fully configured configuration builders. -
-
Uses of PropertiesBuilderProperties in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement PropertiesBuilderProperties Modifier and Type Class Description class
PropertiesBuilderParametersImpl
A specialized parameter class for configuringPropertiesConfiguration
instances. -
Uses of PropertiesBuilderProperties in org.apache.commons.configuration2.builder.fluent
Subinterfaces of PropertiesBuilderProperties in org.apache.commons.configuration2.builder.fluent Modifier and Type Interface Description interface
PropertiesBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a properties configuration.
-