Uses of Enum
org.apache.commons.configuration2.builder.BuilderConfigurationWrapperFactory.EventSourceSupport
Packages that use BuilderConfigurationWrapperFactory.EventSourceSupport
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.-
Uses of BuilderConfigurationWrapperFactory.EventSourceSupport in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return BuilderConfigurationWrapperFactory.EventSourceSupportModifier and TypeMethodDescriptionBuilderConfigurationWrapperFactory.getEventSourceSupport()
Gets the level ofEventSource
support used when generatingImmutableConfiguration
objects.Returns the enum constant of this type with the specified name.BuilderConfigurationWrapperFactory.EventSourceSupport.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.configuration2.builder with parameters of type BuilderConfigurationWrapperFactory.EventSourceSupportModifier and TypeMethodDescriptionstatic <T extends ImmutableConfiguration>
TBuilderConfigurationWrapperFactory.createBuilderConfigurationWrapper
(Class<T> ifcClass, ConfigurationBuilder<? extends T> builder, BuilderConfigurationWrapperFactory.EventSourceSupport evSrcSupport) Creates aImmutableConfiguration
object which wraps the specifiedConfigurationBuilder
.Constructors in org.apache.commons.configuration2.builder with parameters of type BuilderConfigurationWrapperFactory.EventSourceSupportModifierConstructorDescriptionBuilderConfigurationWrapperFactory
(BuilderConfigurationWrapperFactory.EventSourceSupport evSrcSupport) Creates a new instance ofBuilderConfigurationWrapperFactory
and sets the property for supporting theEventSource
interface.