Definition of a properties interface for basic parameters which are supported by all {@link ConfigurationBuilder} implementations derived from{@link BasicConfigurationBuilder}.
This interface defines the single properties supported by a parameters object. Properties can be set using a fluent API making it convenient for client code to specify concrete property values in a single statement.
Important note: This interface is not intended to be implemented by client code! It defines a set of available properties and may be extended even in minor releases.
@version $Id: BasicBuilderProperties.java 1624757 2014-09-13 15:47:43Z oheger $ @since 2.0 @param < T> the type of the result of all set methods for method chaining
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|