Uses of Class
org.apache.commons.configuration2.builder.combined.CombinedBuilderParametersImpl
Packages that use CombinedBuilderParametersImpl
Package
Description
A package containing the implementation of the builder for combined configurations.
-
Uses of CombinedBuilderParametersImpl in org.apache.commons.configuration2.builder.combined
Classes in org.apache.commons.configuration2.builder.combined that implement interfaces with type arguments of type CombinedBuilderParametersImplModifier and TypeClassDescriptionclassA specialized parameters object for aCombinedConfigurationBuilder.Methods in org.apache.commons.configuration2.builder.combined that return CombinedBuilderParametersImplModifier and TypeMethodDescriptionCombinedBuilderParametersImpl.clone()Clones this object.CombinedBuilderParametersImpl.fromParameters(Map<String, ?> params) Looks up an instance of this class in the specified parameters map.CombinedBuilderParametersImpl.fromParameters(Map<String, ?> params, boolean createIfMissing) Looks up an instance of this class in the specified parameters map and optionally creates a new one if none is found.CombinedBuilderParametersImpl.registerChildDefaultsHandler(Class<D> paramClass, DefaultParametersHandler<? super D> handler) Registers aDefaultParametersHandlerfor child configuration sources.CombinedBuilderParametersImpl.registerChildDefaultsHandler(Class<D> paramClass, DefaultParametersHandler<? super D> handler, Class<?> startClass) Registers aDefaultParametersHandlerfor child configuration sources derived from the given start class.CombinedBuilderParametersImpl.registerMissingProviders(Map<String, ConfigurationBuilderProvider> providers) Registers allConfigurationBuilderProviders in the given map to this object which have not yet been registered.CombinedBuilderParametersImpl.registerMissingProviders(CombinedBuilderParametersImpl params) Registers allConfigurationBuilderProviders in the given parameters object which have not yet been registered.CombinedBuilderParametersImpl.registerProvider(String tagName, ConfigurationBuilderProvider provider) Registers the givenConfigurationBuilderProviderfor the specified tag name.CombinedBuilderParametersImpl.setBasePath(String path) Sets the base path for this combined configuration builder.CombinedBuilderParametersImpl.setChildDefaultParametersManager(DefaultParametersManager manager) Sets aDefaultParametersManagerobject responsible for managing the default parameter handlers to be applied on child configuration sources.CombinedBuilderParametersImpl.setDefinitionBuilder(ConfigurationBuilder<? extends HierarchicalConfiguration<?>> builder) Sets theConfigurationBuilderfor the definition configuration.CombinedBuilderParametersImpl.setDefinitionBuilderParameters(BuilderParameters params) Sets the parameters object for the definition configuration builder.CombinedBuilderParametersImpl.setInheritSettings(boolean inheritSettings) Methods in org.apache.commons.configuration2.builder.combined with parameters of type CombinedBuilderParametersImplModifier and TypeMethodDescriptionCombinedBuilderParametersImpl.registerMissingProviders(CombinedBuilderParametersImpl params) Registers allConfigurationBuilderProviders in the given parameters object which have not yet been registered.