Uses of Enum
org.apache.commons.configuration2.builder.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
Modifier 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.Modifier and TypeMethodDescriptionstatic <T extends ImmutableConfiguration>
TBuilderConfigurationWrapperFactory.createBuilderConfigurationWrapper
(Class<T> ifcClass, ConfigurationBuilder<? extends T> builder, BuilderConfigurationWrapperFactory.EventSourceSupport evSrcSupport) Creates aImmutableConfiguration
object which wraps the specifiedConfigurationBuilder
.ModifierConstructorDescriptionBuilderConfigurationWrapperFactory
(BuilderConfigurationWrapperFactory.EventSourceSupport evSrcSupport) Creates a new instance ofBuilderConfigurationWrapperFactory
and sets the property for supporting theEventSource
interface.