Package | Description |
---|---|
org.apache.commons.configuration2 |
The Configuration main package.
|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
org.apache.commons.configuration2.builder.combined |
A package containing the implementation of the builder for combined
configurations.
|
org.apache.commons.configuration2.event |
This package contains interfaces and classes for receiving notifications
about changes at configurations.
|
org.apache.commons.configuration2.reloading |
This package contains classes and interfaces related to the reloading mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedConfiguration
A hierarchical composite configuration class.
|
class |
DynamicCombinedConfiguration
DynamicCombinedConfiguration allows a set of CombinedConfigurations to be
used.
|
class |
PropertiesConfigurationLayout
A helper class used by
PropertiesConfiguration to keep
the layout of a properties file. |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
PatternSubtreeConfigurationWrapper.getEventListeners(EventType<T> eventType) |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
PatternSubtreeConfigurationWrapper.addEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
<T extends Event> |
DynamicCombinedConfiguration.addEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
<T extends Event> |
PatternSubtreeConfigurationWrapper.removeEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
<T extends Event> |
DynamicCombinedConfiguration.removeEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
Modifier and Type | Method and Description |
---|---|
<E extends Event> |
BasicConfigurationBuilder.addEventListener(EventType<E> eventType,
EventListener<? super E> listener)
Adds an event listener for the specified event type.
|
<T extends Event> |
EventListenerParameters.addEventListener(EventType<T> eventType,
EventListener<? super T> listener)
Adds an event listener of the specified event type to this object.
|
protected <E extends Event> |
BasicConfigurationBuilder.installEventListener(EventType<E> eventType,
EventListener<? super E> listener)
Adds the specified event listener to this object.
|
<E extends Event> |
BasicConfigurationBuilder.removeEventListener(EventType<E> eventType,
EventListener<? super E> listener)
Removes the event listener registration for the given event type and
listener.
|
Modifier and Type | Method and Description |
---|---|
<E extends Event> |
MultiFileConfigurationBuilder.addEventListener(EventType<E> eventType,
EventListener<? super E> l)
Adds an event listener for the specified event type.
|
<E extends Event> |
MultiFileConfigurationBuilder.removeEventListener(EventType<E> eventType,
EventListener<? super E> l)
Removes the event listener registration for the given event type and
listener.
|
Modifier and Type | Method and Description |
---|---|
EventListener<? super T> |
EventListenerRegistrationData.getListener()
Returns the listener this registration is about.
|
EventListener<? super T> |
EventListenerList.EventListenerIterator.next() |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
BaseEventSource.getEventListeners(EventType<T> eventType)
Returns a collection with all event listeners of the specified event type
that are currently registered at this object.
|
<T extends Event> |
EventListenerList.getEventListeners(EventType<T> eventType)
Returns an
Iterable allowing access to all event listeners stored
in this list which are compatible with the specified event type. |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
BaseEventSource.addEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
<T extends Event> |
EventListenerList.addEventListener(EventType<T> type,
EventListener<? super T> listener)
Adds an event listener for the specified event type.
|
<T extends Event> |
EventSource.addEventListener(EventType<T> eventType,
EventListener<? super T> listener)
Adds an event listener for the specified event type.
|
<T extends Event> |
BaseEventSource.removeEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
<T extends Event> |
EventListenerList.removeEventListener(EventType<T> eventType,
EventListener<? super T> listener)
Removes the event listener registration for the given event type and
listener.
|
<T extends Event> |
EventSource.removeEventListener(EventType<T> eventType,
EventListener<? super T> listener)
Removes the event listener registration for the given event type and
listener.
|
Constructor and Description |
---|
EventListenerRegistrationData(EventType<T> type,
EventListener<? super T> lstnr)
Creates a new instance of
EventListenerRegistrationData . |
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
ReloadingController.addEventListener(EventType<T> eventType,
EventListener<? super T> listener)
Adds an event listener for the specified event type.
|
<T extends Event> |
ReloadingController.removeEventListener(EventType<T> eventType,
EventListener<? super T> listener) |
Copyright © 2001–2017. All rights reserved.