Uses of Interface
org.apache.commons.configuration2.reloading.ReloadingDetector
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
This package contains classes and interfaces related to the reloading mechanism.
-
Uses of ReloadingDetector in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionDefaultReloadingDetectorFactory.createReloadingDetector
(FileHandler handler, FileBasedBuilderParametersImpl params) ReloadingDetectorFactory.createReloadingDetector
(FileHandler handler, FileBasedBuilderParametersImpl params) Creates a newReloadingDetector
object based on the passed in parameters.protected ReloadingDetector
ReloadingFileBasedConfigurationBuilder.createReloadingDetector
(FileHandler handler, FileBasedBuilderParametersImpl fbparams) Creates aReloadingDetector
which monitors the passed inFileHandler
. -
Uses of ReloadingDetector in org.apache.commons.configuration2.reloading
Modifier and TypeClassDescriptionclass
A specialized implementation ofReloadingDetector
which monitors a file specified by aFileHandler
.class
A strategy to reload configuration based on management requests.class
A file-based reloading strategy that uses Commons VFS to determine when a file was changed.Modifier and TypeMethodDescriptionCombinedReloadingController.getDetector()
Gets theReloadingDetector
used by this controller.ReloadingController.getDetector()
Gets theReloadingDetector
used by this controller.ModifierConstructorDescriptionReloadingController
(ReloadingDetector detect) Creates a new instance ofReloadingController
and associates it with the givenReloadingDetector
object.