Uses of Interface
org.apache.commons.configuration2.builder.INIBuilderProperties
-
Packages that use INIBuilderProperties 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 INIBuilderProperties in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement INIBuilderProperties Modifier and Type Class Description class
INIBuilderParametersImpl
A specialized parameters class for INI configuration. -
Uses of INIBuilderProperties in org.apache.commons.configuration2.builder.fluent
Subinterfaces of INIBuilderProperties in org.apache.commons.configuration2.builder.fluent Modifier and Type Interface Description interface
INIBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a INI configuration.
-