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 | Class and Description |
---|---|
class |
ConfigurationBuilderResultCreatedEvent
A specialized event class which is generated by a
ConfigurationBuilder when a result configuration has been created. |
Modifier and Type | Field and Description |
---|---|
static EventType<ConfigurationBuilderEvent> |
ConfigurationBuilderEvent.ANY
The common super type for all events related to configuration builders.
|
static EventType<ConfigurationBuilderEvent> |
ConfigurationBuilderEvent.CONFIGURATION_REQUEST
The specific event type for configuration request events.
|
static EventType<ConfigurationBuilderEvent> |
ConfigurationBuilderEvent.RESET
The specific event type for builder reset events.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicConfigurationBuilder.fireBuilderEvent(ConfigurationBuilderEvent event)
Sends the specified builder event to all registered listeners.
|
Constructor and Description |
---|
ConfigurationBuilderEvent(ConfigurationBuilder<?> source,
EventType<? extends ConfigurationBuilderEvent> evType)
Creates a new instance of
ConfigurationBuilderEvent and sets
basic properties. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.