Definition of an interface for objects that can create {@link Configuration}objects of a specific type.
This interface defines an abstract way of creating a {@code Configuration}object. It does not assume any specific way of how this is done; this is completely in the responsibility of an implementation class. There is just a single method that returns the configuration constructed by this builder.
@version $Id: ConfigurationBuilder.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0 @param < T> the concrete type of the {@code Configuration} class produced bythis builder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|