An implementation of {@code BuilderParameters} which handles the parametersof a {@link ConfigurationBuilder} common to all concrete{@code Configuration} implementations.
This class provides methods for setting standard properties supported by the {@code AbstractConfiguration} base class. A fluent interface can be used toset property values.
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: BasicBuilderParameters.java 1571735 2014-02-25 16:37:52Z ggregory $ @since 2.0
|
|
|
|