Interface UpdateDiscovery
-
- All Known Implementing Classes:
DefaultUpdateDiscovery
public interface UpdateDiscovery- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLatestVersion(AppArtifact artifact)StringgetNextVersion(AppArtifact artifact)List<String>listUpdates(AppArtifact artifact)
-
-
-
Method Detail
-
listUpdates
List<String> listUpdates(AppArtifact artifact)
-
getNextVersion
String getNextVersion(AppArtifact artifact)
-
getLatestVersion
String getLatestVersion(AppArtifact artifact)
-
-