Uses of Interface
org.apache.commons.configuration2.builder.combined.ConfigurationBuilderProvider
Package
Description
A package containing the implementation of the builder for combined configurations.
-
Uses of ConfigurationBuilderProvider in org.apache.commons.configuration2.builder.combined
Modifier and TypeClassDescriptionclass
A fully-functional, reflection-based implementation of theConfigurationBuilderProvider
interface which can deal with the default tags defining configuration sources.class
A specializedConfigurationBuilderProvider
implementation which deals with combined configuration builders.class
A specialized implementation ofConfigurationBuilderProvider
which determines the name of the result configuration class based on the extension of the file to load.class
A specializedConfigurationBuilderProvider
implementation for integratingMultiFileConfigurationBuilder
withCombinedConfigurationBuilder
.Modifier and TypeMethodDescriptionCombinedBuilderParametersImpl.providerForTag
(String tagName) Returns theConfigurationBuilderProvider
which is registered for the specified tag name or null if there is no registration for this tag.protected ConfigurationBuilderProvider
CombinedConfigurationBuilder.providerForTag
(String tagName) Returns theConfigurationBuilderProvider
for the given tag.Modifier and TypeMethodDescriptionCombinedBuilderParametersImpl.getProviders()
Gets an (unmodifiable) map with the currently registeredConfigurationBuilderProvider
objects.Modifier and TypeMethodDescriptionCombinedBuilderParametersImpl.registerProvider
(String tagName, ConfigurationBuilderProvider provider) Registers the givenConfigurationBuilderProvider
for the specified tag name.CombinedBuilderProperties.registerProvider
(String tagName, ConfigurationBuilderProvider provider) Registers the givenConfigurationBuilderProvider
for the specified tag name.Modifier and TypeMethodDescriptionCombinedBuilderParametersImpl.registerMissingProviders
(Map<String, ConfigurationBuilderProvider> providers) Registers allConfigurationBuilderProvider
s in the given map to this object which have not yet been registered.