Uses of Interface
org.apache.commons.configuration2.builder.ReloadingDetectorFactory
-
Packages that use ReloadingDetectorFactory Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects. -
-
Uses of ReloadingDetectorFactory in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement ReloadingDetectorFactory Modifier and Type Class Description classDefaultReloadingDetectorFactoryA default implementation of theReloadingDetectorFactoryinterface.Methods in org.apache.commons.configuration2.builder that return ReloadingDetectorFactory Modifier and Type Method Description ReloadingDetectorFactoryFileBasedBuilderParametersImpl. getReloadingDetectorFactory()Gets theReloadingDetectorFactory.Methods in org.apache.commons.configuration2.builder with parameters of type ReloadingDetectorFactory Modifier and Type Method Description FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setReloadingDetectorFactory(ReloadingDetectorFactory reloadingDetectorFactory)TFileBasedBuilderProperties. setReloadingDetectorFactory(ReloadingDetectorFactory factory)Sets the factory for creatingReloadingDetectorobjects.
-