Package | Description |
---|---|
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.reloading |
This package contains classes and interfaces related to the reloading mechanism.
|
Class and Description |
---|
ReloadingController
A class for adding support for reload operations in a generic way.
|
ReloadingControllerSupport
Definition of an interface to be implemented by components which support
reloading operations managed by a
ReloadingController . |
ReloadingDetector
An interface to be implemented by objects which can detect whether a reload
operation is required.
|
Class and Description |
---|
ReloadingController
A class for adding support for reload operations in a generic way.
|
ReloadingControllerSupport
Definition of an interface to be implemented by components which support
reloading operations managed by a
ReloadingController . |
Class and Description |
---|
FileHandlerReloadingDetector
A specialized implementation of
ReloadingDetector which monitors a
file specified by a FileHandler . |
ManagedReloadingDetectorMBean
MBean definition for managing configuration reload.
|
ReloadingController
A class for adding support for reload operations in a generic way.
|
ReloadingDetector
An interface to be implemented by objects which can detect whether a reload
operation is required.
|
ReloadingEvent
An event that is fired when a reload operation is required.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.