Uses of Interface
org.apache.commons.configuration2.builder.combined.ConfigurationBuilderProvider
-
Packages that use ConfigurationBuilderProvider Package Description org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations. -
-
Uses of ConfigurationBuilderProvider in org.apache.commons.configuration2.builder.combined
Classes in org.apache.commons.configuration2.builder.combined that implement ConfigurationBuilderProvider Modifier and Type Class Description classBaseConfigurationBuilderProviderA fully-functional, reflection-based implementation of theConfigurationBuilderProviderinterface which can deal with the default tags defining configuration sources.classCombinedConfigurationBuilderProviderA specializedConfigurationBuilderProviderimplementation which deals with combined configuration builders.classFileExtensionConfigurationBuilderProviderA specialized implementation ofConfigurationBuilderProviderwhich determines the name of the result configuration class based on the extension of the file to load.classMultiFileConfigurationBuilderProviderA specializedConfigurationBuilderProviderimplementation for integratingMultiFileConfigurationBuilderwithCombinedConfigurationBuilder.Methods in org.apache.commons.configuration2.builder.combined that return ConfigurationBuilderProvider Modifier and Type Method Description ConfigurationBuilderProviderCombinedBuilderParametersImpl. providerForTag(String tagName)Returns theConfigurationBuilderProviderwhich is registered for the specified tag name or null if there is no registration for this tag.protected ConfigurationBuilderProviderCombinedConfigurationBuilder. providerForTag(String tagName)Returns theConfigurationBuilderProviderfor the given tag.Methods in org.apache.commons.configuration2.builder.combined that return types with arguments of type ConfigurationBuilderProvider Modifier and Type Method Description Map<String,ConfigurationBuilderProvider>CombinedBuilderParametersImpl. getProviders()Gets an (unmodifiable) map with the currently registeredConfigurationBuilderProviderobjects.Methods in org.apache.commons.configuration2.builder.combined with parameters of type ConfigurationBuilderProvider Modifier and Type Method Description CombinedBuilderParametersImplCombinedBuilderParametersImpl. registerProvider(String tagName, ConfigurationBuilderProvider provider)Registers the givenConfigurationBuilderProviderfor the specified tag name.TCombinedBuilderProperties. registerProvider(String tagName, ConfigurationBuilderProvider provider)Registers the givenConfigurationBuilderProviderfor the specified tag name.Method parameters in org.apache.commons.configuration2.builder.combined with type arguments of type ConfigurationBuilderProvider Modifier and Type Method Description CombinedBuilderParametersImplCombinedBuilderParametersImpl. registerMissingProviders(Map<String,ConfigurationBuilderProvider> providers)Registers allConfigurationBuilderProviders in the given map to this object which have not yet been registered.
-