A specialized parameters object for a {@link CombinedConfigurationBuilder}.
This class defines methods for setting properties for customizing a builder for combined configurations. Note that some of these properties can also be set in the configuration definition file. If this is the case, the settings in the definition file override the content of this object.
This class is not thread-safe. It is intended that an instance is constructed and initialized by a single thread during configuration of a {@code ConfigurationBuilder}.
@version $Id: CombinedBuilderParametersImpl.java 1588831 2014-04-20 19:32:08Z oheger $ @since 2.0
|
|