An interface to be implemented by objects which can be used to parameterize a {@link ConfigurationBuilder}.
This interface is part of a Java DSL for creating and initializing builders for specific {@code Configuration} classes. Concrete implementationstypically collect a set of related properties for the builder. There will be specific set methods for providing values for these properties. Then, this interface requires a generic {@code getParameters()} method which has toreturn all property values as a map. When constructing the builder the map is evaluated to define properties of the {@code Configuration} objects to beconstructed.
@version $Id: BuilderParameters.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|