Uses of Interface
org.apache.commons.configuration2.builder.FileBasedBuilderProperties
-
Packages that use FileBasedBuilderProperties 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 FileBasedBuilderProperties in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement FileBasedBuilderProperties Modifier and Type Class Description class
FileBasedBuilderParametersImpl
An implementation ofBuilderParameters
which contains parameters related toConfiguration
implementations that are loaded from files.class
HierarchicalBuilderParametersImpl
A specialized parameters object for hierarchical configurations.class
INIBuilderParametersImpl
A specialized parameters class for INI configuration.class
PropertiesBuilderParametersImpl
A specialized parameter class for configuringPropertiesConfiguration
instances.class
XMLBuilderParametersImpl
A specialized parameters class for XML configuration. -
Uses of FileBasedBuilderProperties in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined with parameters of type FileBasedBuilderProperties Modifier and Type Method Description private void
CombinedConfigurationBuilder. initChildFileBasedParameters(FileBasedBuilderProperties<?> params)
Initializes a parameters object for a file-based configuration with properties already set for this parent builder. -
Uses of FileBasedBuilderProperties in org.apache.commons.configuration2.builder.fluent
Subinterfaces of FileBasedBuilderProperties in org.apache.commons.configuration2.builder.fluent Modifier and Type Interface Description interface
FileBasedBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties of a configuration of a file-based configuration builder.interface
HierarchicalBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a hierarchical configuration.interface
INIBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a INI configuration.interface
PropertiesBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a properties configuration.interface
XMLBuilderParameters
Definition of a parameters interface providing a fluent API for setting all properties for a XML configuration.
-