Uses of Interface
org.apache.commons.configuration2.reloading.ReloadingDetector
-
Packages that use ReloadingDetector Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.reloading This package contains classes and interfaces related to the reloading mechanism. -
-
Uses of ReloadingDetector in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return ReloadingDetector Modifier and Type Method Description ReloadingDetectorDefaultReloadingDetectorFactory. createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl params)ReloadingDetectorReloadingDetectorFactory. 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. -
Uses of ReloadingDetector in org.apache.commons.configuration2.reloading
Classes in org.apache.commons.configuration2.reloading that implement ReloadingDetector Modifier and Type Class Description classFileHandlerReloadingDetectorA specialized implementation ofReloadingDetectorwhich monitors a file specified by aFileHandler.classManagedReloadingDetectorA strategy to reload configuration based on management requests.classVFSFileHandlerReloadingDetectorA file-based reloading strategy that uses Commons VFS to determine when a file was changed.Methods in org.apache.commons.configuration2.reloading that return ReloadingDetector Modifier and Type Method Description ReloadingDetectorCombinedReloadingController. getDetector()Gets theReloadingDetectorused by this controller.ReloadingDetectorReloadingController. getDetector()Gets theReloadingDetectorused by this controller.Constructors in org.apache.commons.configuration2.reloading with parameters of type ReloadingDetector Constructor Description ReloadingController(ReloadingDetector detect)Creates a new instance ofReloadingControllerand associates it with the givenReloadingDetectorobject.
-