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
ReloadingController
instance. 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 ReloadingController
getReloadingController()
Returns theReloadingController
associated with this object.
-
-
-
Method Detail
-
getReloadingController
ReloadingController getReloadingController()
Returns theReloadingController
associated with this object.- Returns:
- the associated
ReloadingController
-
-