Uses of Interface
org.apache.commons.configuration2.builder.DefaultParametersHandler
-
Packages that use DefaultParametersHandler Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations.org.apache.commons.configuration2.builder.fluent 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 DefaultParametersHandler Modifier and Type Class Description classCopyObjectDefaultHandlerA specialized implementation ofDefaultParametersHandlerthat copies the properties of aBuilderParametersobject (passed at construction time) onto the object to be initialized.Methods in org.apache.commons.configuration2.builder with parameters of type DefaultParametersHandler Modifier and Type Method Description <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. -
Uses of DefaultParametersHandler in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined with parameters of type DefaultParametersHandler Modifier and Type Method Description <D> CombinedBuilderParametersImplCombinedBuilderParametersImpl. registerChildDefaultsHandler(Class<D> paramClass, DefaultParametersHandler<? super D> handler)Registers aDefaultParametersHandlerfor child configuration sources.<D> CombinedBuilderParametersImplCombinedBuilderParametersImpl. 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 DefaultParametersHandler Modifier and Type Method Description <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.
-