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 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|