An interface for creating builders for configuration sources of a {@link CombinedConfigurationBuilder}.
When processing its definition file {@code CombinedConfigurationBuilder}scans for tags declaring configuration sources and maps them to implementations of this interface. The instances are then used to obtain builder objects to create the corresponding configuration sources. Parameters of the builders are provided as {@link ConfigurationDeclaration} objects.
@version $Id: ConfigurationBuilderProvider.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|