Uses of Class
org.apache.commons.configuration2.reloading.ReloadingController
-
Packages that use ReloadingController Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations.org.apache.commons.configuration2.reloading This package contains classes and interfaces related to the reloading mechanism. -
-
Uses of ReloadingController in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return ReloadingController Modifier and Type Method Description ReloadingControllerReloadingFileBasedConfigurationBuilder. getReloadingController()Gets theReloadingControllerassociated with this builder.Methods in org.apache.commons.configuration2.builder with parameters of type ReloadingController Modifier and Type Method Description voidBasicConfigurationBuilder. connectToReloadingController(ReloadingController controller)Connects this builder with aReloadingController. -
Uses of ReloadingController in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined that return ReloadingController Modifier and Type Method Description protected ReloadingControllerReloadingCombinedConfigurationBuilder. createReloadingController()Creates theReloadingControllerfor this builder.ReloadingControllerReloadingCombinedConfigurationBuilder. getReloadingController()Gets theReloadingControllerassociated with this object.ReloadingControllerReloadingMultiFileConfigurationBuilder. getReloadingController()Gets theReloadingControllerassociated with this object.Method parameters in org.apache.commons.configuration2.builder.combined with type arguments of type ReloadingController Modifier and Type Method Description static voidReloadingCombinedConfigurationBuilder. obtainReloadingController(Collection<ReloadingController> subControllers, Object builder)Checks whether the passed in builder object supports reloading. -
Uses of ReloadingController in org.apache.commons.configuration2.reloading
Subclasses of ReloadingController in org.apache.commons.configuration2.reloading Modifier and Type Class Description classCombinedReloadingControllerA specializedReloadingControllerimplementation which manages an arbitrary number of otherReloadingControllerobjects.Methods in org.apache.commons.configuration2.reloading that return ReloadingController Modifier and Type Method Description ReloadingControllerReloadingEvent. getController()Gets theReloadingControllerwhich caused this event.ReloadingControllerReloadingControllerSupport. getReloadingController()Gets theReloadingControllerassociated with this object.Methods in org.apache.commons.configuration2.reloading that return types with arguments of type ReloadingController Modifier and Type Method Description Collection<ReloadingController>CombinedReloadingController. getSubControllers()Gets a (unmodifiable) collection with the sub controllers managed by this combined controller.Constructors in org.apache.commons.configuration2.reloading with parameters of type ReloadingController Constructor Description PeriodicReloadingTrigger(ReloadingController ctrl, Object ctrlParam, long triggerPeriod, TimeUnit unit)Creates a new instance ofPeriodicReloadingTriggerwith a default executor service.PeriodicReloadingTrigger(ReloadingController ctrl, Object ctrlParam, long triggerPeriod, TimeUnit unit, ScheduledExecutorService exec)Creates a new instance ofPeriodicReloadingTriggerand sets all parameters.ReloadingEvent(ReloadingController source, Object addData)Creates a new instance ofReloadingEventand initializes it.Constructor parameters in org.apache.commons.configuration2.reloading with type arguments of type ReloadingController Constructor Description CombinedReloadingController(Collection<? extends ReloadingController> subCtrls)Creates a new instance ofCombinedReloadingControllerand initializes it with theReloadingControllerobjects to be managed.
-