Uses of Class
org.apache.commons.configuration2.reloading.ReloadingController
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.
A package containing the implementation of the builder for combined configurations.
This package contains classes and interfaces related to the reloading mechanism.
-
Uses of ReloadingController in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionReloadingFileBasedConfigurationBuilder.getReloadingController()
Gets theReloadingController
associated with this builder.Modifier and TypeMethodDescriptionfinal void
BasicConfigurationBuilder.connectToReloadingController
(ReloadingController controller) Connects this builder with aReloadingController
. -
Uses of ReloadingController in org.apache.commons.configuration2.builder.combined
Modifier and TypeMethodDescriptionprotected ReloadingController
ReloadingCombinedConfigurationBuilder.createReloadingController()
Creates theReloadingController
for this builder.ReloadingCombinedConfigurationBuilder.getReloadingController()
Gets theReloadingController
associated with this object.ReloadingMultiFileConfigurationBuilder.getReloadingController()
Gets theReloadingController
associated with this object.Modifier and TypeMethodDescriptionstatic void
ReloadingCombinedConfigurationBuilder.obtainReloadingController
(Collection<ReloadingController> subControllers, Object builder) Checks whether the passed in builder object supports reloading. -
Uses of ReloadingController in org.apache.commons.configuration2.reloading
Modifier and TypeClassDescriptionclass
A specializedReloadingController
implementation which manages an arbitrary number of otherReloadingController
objects.Modifier and TypeMethodDescriptionReloadingEvent.getController()
Gets theReloadingController
which caused this event.ReloadingControllerSupport.getReloadingController()
Gets theReloadingController
associated with this object.Modifier and TypeMethodDescriptionCombinedReloadingController.getSubControllers()
Gets a (unmodifiable) collection with the sub controllers managed by this combined controller.ModifierConstructorDescriptionPeriodicReloadingTrigger
(ReloadingController ctrl, Object ctrlParam, long triggerPeriod, TimeUnit unit) Creates a new instance ofPeriodicReloadingTrigger
with a default executor service.PeriodicReloadingTrigger
(ReloadingController ctrl, Object ctrlParam, long triggerPeriod, TimeUnit unit, ScheduledExecutorService exec) Creates a new instance ofPeriodicReloadingTrigger
and sets all parameters.ReloadingEvent
(ReloadingController source, Object addData) Creates a new instance ofReloadingEvent
and initializes it.ModifierConstructorDescriptionCombinedReloadingController
(Collection<? extends ReloadingController> subCtrls) Creates a new instance ofCombinedReloadingController
and initializes it with theReloadingController
objects to be managed.