| 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 | Field and Description |
|---|---|
static EventType<ConfigurationBuilderResultCreatedEvent> |
ConfigurationBuilderResultCreatedEvent.RESULT_CREATED
The specialized event type for a newly created result configuration.
|
| Constructor and Description |
|---|
ConfigurationBuilderResultCreatedEvent(ConfigurationBuilder<?> source,
EventType<? extends ConfigurationBuilderResultCreatedEvent> evType,
ImmutableConfiguration createdConfiguration)
Creates a new instance of
ConfigurationBuilderResultCreatedEvent
and initializes its properties. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.