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.reloading |
This package contains classes and interfaces related to the reloading mechanism.
|
Modifier and Type | Method and Description |
---|---|
ReloadingDetector |
ReloadingDetectorFactory.createReloadingDetector(FileHandler handler,
FileBasedBuilderParametersImpl params)
Creates a new
ReloadingDetector object based on the passed in
parameters. |
protected ReloadingDetector |
ReloadingFileBasedConfigurationBuilder.createReloadingDetector(FileHandler handler,
FileBasedBuilderParametersImpl fbparams)
Creates a
ReloadingDetector which monitors the passed in
FileHandler . |
ReloadingDetector |
DefaultReloadingDetectorFactory.createReloadingDetector(FileHandler handler,
FileBasedBuilderParametersImpl params) |
Modifier and Type | Class and Description |
---|---|
class |
FileHandlerReloadingDetector
A specialized implementation of
ReloadingDetector which monitors a
file specified by a FileHandler . |
class |
ManagedReloadingDetector
A strategy to reload configuration based on management requests.
|
class |
VFSFileHandlerReloadingDetector
A file-based reloading strategy that uses Commons VFS to determine when a
file was changed.
|
Modifier and Type | Method and Description |
---|---|
ReloadingDetector |
ReloadingController.getDetector()
Returns the
ReloadingDetector used by this controller. |
ReloadingDetector |
CombinedReloadingController.getDetector()
Returns the
ReloadingDetector used by this controller. |
Constructor and Description |
---|
ReloadingController(ReloadingDetector detect)
Creates a new instance of
ReloadingController and associates it
with the given ReloadingDetector object. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.