Package | Description |
---|---|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
Modifier and Type | Method and Description |
---|---|
BuilderConfigurationWrapperFactory.EventSourceSupport |
BuilderConfigurationWrapperFactory.getEventSourceSupport()
Returns the level of
EventSource support used when generating
ImmutableConfiguration objects. |
static BuilderConfigurationWrapperFactory.EventSourceSupport |
BuilderConfigurationWrapperFactory.EventSourceSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderConfigurationWrapperFactory.EventSourceSupport[] |
BuilderConfigurationWrapperFactory.EventSourceSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ImmutableConfiguration> |
BuilderConfigurationWrapperFactory.createBuilderConfigurationWrapper(Class<T> ifcClass,
ConfigurationBuilder<? extends T> builder,
BuilderConfigurationWrapperFactory.EventSourceSupport evSrcSupport)
Returns a
ImmutableConfiguration object which wraps the specified
ConfigurationBuilder . |
Constructor and Description |
---|
BuilderConfigurationWrapperFactory(BuilderConfigurationWrapperFactory.EventSourceSupport evSrcSupport)
Creates a new instance of
BuilderConfigurationWrapperFactory and
sets the property for supporting the EventSource interface. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.