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 newConfigurationobjects.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 classPropertiesBuilderParametersImplA specialized parameter class for configuringPropertiesConfigurationinstances. -
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 interfacePropertiesBuilderParametersDefinition of a parameters interface providing a fluent API for setting all properties for a properties configuration.
-