10Duke Java Core
|
Base class for assembling configuration from multiple configuration data sources.
<C> | Type of configuration this builder handles. |
Public Member Functions | |
ConfigBuilder< C > | add (final C config) |
abstract C | build () |
![]() | |
ConfigBuilder< C > | add (C config) |
Adds a new configuration instance (build phase). | |
C | build () |
Builds the result configuration stack and returns a configuration instance representing it. | |
ConfigBuilder< C > tenduke.sdk.core.model.config.AbstractConfigBuilder< C extends Configuration >.add | ( | final C | config | ) |
The given configuration instance must be non null and unique in a sense that it has not yet been given to this builder.