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 newConfiguration
objects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations.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 class
XMLBuilderParametersImpl
A specialized parameters class for XML configuration. -
Uses of XMLBuilderProperties in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined with parameters of type XMLBuilderProperties Modifier and Type Method Description private void
CombinedConfigurationBuilder. initChildXMLParameters(XMLBuilderProperties<?> params)
Initializes a parameters object for an XML configuration with properties already set for this parent builder. -
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 interface
XMLBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a XML configuration.
-