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(ResolvedDependency artifact)StringgetNextVersion(ResolvedDependency artifact)List<String>listUpdates(ResolvedDependency artifact)
-
-
-
Method Detail
-
listUpdates
List<String> listUpdates(ResolvedDependency artifact)
-
getNextVersion
String getNextVersion(ResolvedDependency artifact)
-
getLatestVersion
String getLatestVersion(ResolvedDependency artifact)
-
-