Package | Description |
---|---|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseBuilderParametersImpl
A specialized parameters object for database configurations.
|
class |
FileBasedBuilderParametersImpl
An implementation of
BuilderParameters which contains parameters
related to Configuration 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 |
JndiBuilderParametersImpl
A specialized parameters object for JNDI configurations.
|
class |
PropertiesBuilderParametersImpl
A specialized parameter class for configuring
PropertiesConfiguration
instances. |
class |
XMLBuilderParametersImpl
A specialized parameters class for XML configuration.
|
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
BasicBuilderParameters.clone()
Clones this object.
|
BasicBuilderParameters |
BasicBuilderParameters.setBeanHelper(BeanHelper beanHelper)
Sets a
BeanHelper object to be used by the configuration builder. |
BasicBuilderParameters |
BasicBuilderParameters.setConfigurationDecoder(ConfigurationDecoder decoder)
Sets the
ConfigurationDecoder object for this configuration. |
BasicBuilderParameters |
BasicBuilderParameters.setConversionHandler(ConversionHandler handler)
Sets the
ConversionHandler object for this configuration. |
BasicBuilderParameters |
BasicBuilderParameters.setDefaultLookups(Collection<? extends Lookup> lookups)
Adds additional default
Lookup objects (i.e. |
BasicBuilderParameters |
BasicBuilderParameters.setInterpolator(ConfigurationInterpolator ci)
Sets the
ConfigurationInterpolator to be used for this
configuration. |
BasicBuilderParameters |
BasicBuilderParameters.setListDelimiterHandler(ListDelimiterHandler handler)
Sets the value of the listDelimiterHandler property.
|
BasicBuilderParameters |
BasicBuilderParameters.setLogger(ConfigurationLogger log)
Sets the logger property.
|
BasicBuilderParameters |
BasicBuilderParameters.setParentInterpolator(ConfigurationInterpolator parent)
Sets the parent
ConfigurationInterpolator for this
configuration's ConfigurationInterpolator . |
BasicBuilderParameters |
BasicBuilderParameters.setPrefixLookups(Map<String,? extends Lookup> lookups)
Sets additional
Lookup objects for specific prefixes for this
configuration object. |
BasicBuilderParameters |
BasicBuilderParameters.setSynchronizer(Synchronizer sync)
Sets the
Synchronizer object for this configuration. |
BasicBuilderParameters |
BasicBuilderParameters.setThrowExceptionOnMissing(boolean b)
Sets the value of the throwExceptionOnMissing property.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedBuilderParametersImpl
A specialized parameters object for a
CombinedConfigurationBuilder . |
class |
MultiFileBuilderParametersImpl
A specialized parameters object for
MultiFileConfigurationBuilder . |
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
Parameters.basic()
Creates a new instance of a parameters object for basic configuration
properties.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.