Uses of Interface
org.apache.commons.configuration2.builder.DefaultParametersHandler
Packages that use DefaultParametersHandler
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration objects.
A package containing the implementation of the builder for combined configurations.
This package defines a fluent API for setting up fully configured configuration builders.
-
Uses of DefaultParametersHandler in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement DefaultParametersHandlerModifier and TypeClassDescriptionclassA specialized implementation ofDefaultParametersHandlerthat copies the properties of aBuilderParametersobject (passed at construction time) onto the object to be initialized.Fields in org.apache.commons.configuration2.builder declared as DefaultParametersHandlerModifier and TypeFieldDescriptionprivate final DefaultParametersHandler<?> DefaultParametersManager.DefaultHandlerData.handlerThe handler object.Methods in org.apache.commons.configuration2.builder with parameters of type DefaultParametersHandlerModifier and TypeMethodDescriptionbooleanDefaultParametersManager.DefaultHandlerData.isOccurrence(DefaultParametersHandler<?> h, Class<?> startCls) Tests whether this instance refers to the specified occurrence of aDefaultParametersHandler.<T> voidDefaultParametersManager.registerDefaultsHandler(Class<T> paramsClass, DefaultParametersHandler<? super T> handler) Registers the specifiedDefaultParametersHandlerobject for the given parameters class.<T> voidDefaultParametersManager.registerDefaultsHandler(Class<T> paramsClass, DefaultParametersHandler<? super T> handler, Class<?> startClass) Registers the specifiedDefaultParametersHandlerobject for the given parameters class and start class in the inheritance hierarchy.voidDefaultParametersManager.unregisterDefaultsHandler(DefaultParametersHandler<?> handler) Removes the specifiedDefaultParametersHandlerfrom this instance.voidDefaultParametersManager.unregisterDefaultsHandler(DefaultParametersHandler<?> handler, Class<?> startClass) Removes the specifiedDefaultParametersHandlerfrom this instance if it is in combination with the given start class.Constructors in org.apache.commons.configuration2.builder with parameters of type DefaultParametersHandlerModifierConstructorDescriptionDefaultHandlerData(DefaultParametersHandler<?> h, Class<?> cls, Class<?> startCls) Creates a new instance ofDefaultHandlerData. -
Uses of DefaultParametersHandler in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined with parameters of type DefaultParametersHandlerModifier and TypeMethodDescriptionCombinedBuilderParametersImpl.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.<D> TCombinedBuilderProperties.registerChildDefaultsHandler(Class<D> paramClass, DefaultParametersHandler<? super D> handler) Registers aDefaultParametersHandlerfor child configuration sources.<D> TCombinedBuilderProperties.registerChildDefaultsHandler(Class<D> paramClass, DefaultParametersHandler<? super D> handler, Class<?> startClass) Registers aDefaultParametersHandlerfor child configuration sources derived from the given start class. -
Uses of DefaultParametersHandler in org.apache.commons.configuration2.builder.fluent
Methods in org.apache.commons.configuration2.builder.fluent with parameters of type DefaultParametersHandlerModifier and TypeMethodDescription<T> voidParameters.registerDefaultsHandler(Class<T> paramsClass, DefaultParametersHandler<? super T> handler) Registers the specifiedDefaultParametersHandlerobject for the given parameters class.<T> voidParameters.registerDefaultsHandler(Class<T> paramsClass, DefaultParametersHandler<? super T> handler, Class<?> startClass) Registers the specifiedDefaultParametersHandlerobject for the given parameters class and start class in the inheritance hierarchy.