Package org.openrewrite.semver
Class LatestIntegration
java.lang.Object
org.openrewrite.semver.LatestRelease
org.openrewrite.semver.LatestIntegration
- All Implemented Interfaces:
Comparator<String>,VersionComparator
-
Field Summary
Fields inherited from interface org.openrewrite.semver.VersionComparator
PRE_RELEASE_ENDING, RELEASE_PATTERN, RELEASE_SUFFIXES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openrewrite.semver.LatestRelease
buildLatestReleaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.openrewrite.semver.VersionComparator
compare, upgrade
-
Constructor Details
-
LatestIntegration
-
-
Method Details
-
isValid
- Specified by:
isValidin interfaceVersionComparator- Overrides:
isValidin classLatestRelease
-
compare
- Specified by:
comparein interfaceVersionComparator- Overrides:
comparein classLatestRelease
-
build
-