Interface ReloadingControllerSupport
-
- All Known Implementing Classes:
ReloadingCombinedConfigurationBuilder,ReloadingFileBasedConfigurationBuilder,ReloadingMultiFileConfigurationBuilder
public interface ReloadingControllerSupport
Definition of an interface to be implemented by components which support reloading operations managed by a
ReloadingController.Classes implementing this interface have to provide access to a
ReloadingControllerinstance. This object can then be used to trigger reloading checks.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReloadingControllergetReloadingController()Gets theReloadingControllerassociated with this object.
-
-
-
Method Detail
-
getReloadingController
ReloadingController getReloadingController()
Gets theReloadingControllerassociated with this object.- Returns:
- the associated
ReloadingController
-
-