Class DefaultUpdaterRegistry<T,C>
java.lang.Object
eu.cloudnetservice.ext.updater.defaults.DefaultUpdaterRegistry<T,C>
- All Implemented Interfaces:
UpdaterRegistry<T,C>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TprovideContext(C provisionContext) voidregisterUpdater(@NonNull Updater<T> updater) voidrunUpdater(C context, boolean onlyRequiredUpdates)
-
Field Details
-
updaters
-
-
Constructor Details
-
DefaultUpdaterRegistry
public DefaultUpdaterRegistry()
-
-
Method Details
-
runUpdater
- Specified by:
runUpdaterin interfaceUpdaterRegistry<T,C> - Throws:
Exception
-
registerUpdater
- Specified by:
registerUpdaterin interfaceUpdaterRegistry<T,C>
-
provideContext
- Throws:
Exception
-