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