Uses of Interface
org.apache.commons.configuration2.reloading.ReloadingDetector
Packages that use 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
Fields in org.apache.commons.configuration2.builder declared as ReloadingDetectorModifier and TypeFieldDescriptionprivate ReloadingDetectorReloadingFileBasedConfigurationBuilder.resultReloadingDetectorThe reloading detector which does the actual reload check for the current result object.Methods in org.apache.commons.configuration2.builder that return ReloadingDetectorModifier and TypeMethodDescriptionDefaultReloadingDetectorFactory.createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl params) ReloadingDetectorFactory.createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl params) Creates a newReloadingDetectorobject based on the passed in parameters.protected ReloadingDetectorReloadingFileBasedConfigurationBuilder.createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl fbparams) Creates aReloadingDetectorwhich monitors the passed inFileHandler.private ReloadingDetectorReloadingFileBasedConfigurationBuilder.createReloadingDetectorForController()Creates aReloadingDetectorwrapper to be passed to the associatedReloadingController. -
Uses of ReloadingDetector in org.apache.commons.configuration2.reloading
Classes in org.apache.commons.configuration2.reloading that implement ReloadingDetectorModifier and TypeClassDescriptionprivate static final classA specialized implementation of theReloadingDetectorinterface which operates on a collection ofReloadingControllerobjects.classA specialized implementation ofReloadingDetectorwhich monitors a file specified by aFileHandler.classA strategy to reload configuration based on management requests.classA file-based reloading strategy that uses Commons VFS to determine when a file was changed.Fields in org.apache.commons.configuration2.reloading declared as ReloadingDetectorModifier and TypeFieldDescriptionprivate final ReloadingDetectorCombinedReloadingController.detectorThe reloading detector used by this instance.private final ReloadingDetectorReloadingController.detectorStores a reference to the reloading detector.private static final ReloadingDetectorCombinedReloadingController.DUMMYConstant for a dummy reloading detector.Methods in org.apache.commons.configuration2.reloading that return ReloadingDetectorModifier and TypeMethodDescriptionCombinedReloadingController.getDetector()Gets theReloadingDetectorused by this controller.ReloadingController.getDetector()Gets theReloadingDetectorused by this controller.Constructors in org.apache.commons.configuration2.reloading with parameters of type ReloadingDetectorModifierConstructorDescriptionReloadingController(ReloadingDetector detect) Creates a new instance ofReloadingControllerand associates it with the givenReloadingDetectorobject.