Uses of Class
org.apache.commons.configuration2.builder.BasicBuilderParameters
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package containing the implementation of the builder for combined configurations.
This package defines a fluent API for setting up fully configured configuration builders.
-
Uses of BasicBuilderParameters in org.apache.commons.configuration2.builder
Modifier and TypeClassDescriptionclass
A specialized parameters object for database configurations.class
An implementation ofBuilderParameters
which contains parameters related toConfiguration
implementations that are loaded from files.class
A specialized parameters object for hierarchical configurations.class
A specialized parameters class for INI configuration.class
A specialized parameters object for JNDI configurations.class
A specialized parameter class for configuringPropertiesConfiguration
instances.class
A specialized parameters class for XML configuration.Modifier and TypeMethodDescriptionBasicBuilderParameters.clone()
Clones this object.BasicBuilderParameters.setBeanHelper
(BeanHelper beanHelper) Sets aBeanHelper
object to be used by the configuration builder.BasicBuilderParameters.setConfigurationDecoder
(ConfigurationDecoder decoder) Sets theConfigurationDecoder
object for this configuration.BasicBuilderParameters.setConversionHandler
(ConversionHandler handler) Sets theConversionHandler
object for this configuration.BasicBuilderParameters.setDefaultLookups
(Collection<? extends Lookup> lookups) Adds additional defaultLookup
objects (i.e.BasicBuilderParameters.setInterpolator
(ConfigurationInterpolator ci) Sets theConfigurationInterpolator
to be used for this configuration.BasicBuilderParameters.setListDelimiterHandler
(ListDelimiterHandler handler) Sets the value of the listDelimiterHandler property.BasicBuilderParameters.setLogger
(ConfigurationLogger log) Sets the logger property.BasicBuilderParameters.setParentInterpolator
(ConfigurationInterpolator parent) Sets the parentConfigurationInterpolator
for this configuration'sConfigurationInterpolator
.BasicBuilderParameters.setPrefixLookups
(Map<String, ? extends Lookup> lookups) Sets additionalLookup
objects for specific prefixes for this configuration object.BasicBuilderParameters.setSynchronizer
(Synchronizer sync) Sets theSynchronizer
object for this configuration.BasicBuilderParameters.setThrowExceptionOnMissing
(boolean b) Sets the value of the throwExceptionOnMissing property. -
Uses of BasicBuilderParameters in org.apache.commons.configuration2.builder.combined
Modifier and TypeClassDescriptionclass
A specialized parameters object for aCombinedConfigurationBuilder
.class
A specialized parameters object forMultiFileConfigurationBuilder
. -
Uses of BasicBuilderParameters in org.apache.commons.configuration2.builder.fluent
Modifier and TypeMethodDescriptionParameters.basic()
Creates a new instance of a parameters object for basic configuration properties.