Interface RuntimeRepositoryEventUpdateFinishedType
- All Superinterfaces:
RuntimeRepositoryEventType,RuntimeRepositoryEventUpdateType
- All Known Implementing Classes:
RuntimeRepositoryEventUpdateFinished
@Immutable public interface RuntimeRepositoryEventUpdateFinishedType extends RuntimeRepositoryEventUpdateType
A repository update has finished.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.coffeepick.repository.spi.RuntimeRepositoryEventUpdateType
RuntimeRepositoryEventUpdateType.Kind -
Method Summary
Modifier and Type Method Description default RuntimeRepositoryEventUpdateType.Kindkind()java.net.URIrepository()
-
Method Details
-
repository
java.net.URI repository()- Specified by:
repositoryin interfaceRuntimeRepositoryEventType- Specified by:
repositoryin interfaceRuntimeRepositoryEventUpdateType- Returns:
- The URI of the repository provider
-
kind
- Specified by:
kindin interfaceRuntimeRepositoryEventUpdateType- Returns:
- The kind of event
-