Class VersionUtils
java.lang.Object
org.sonarsource.scanner.lib.internal.util.VersionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAtLeastIgnoringQualifier(String version, String targetVersion) Checks if a given version is at least the target version.
-
Method Details
-
isAtLeastIgnoringQualifier
Checks if a given version is at least the target version.- Parameters:
version- the version to comparetargetVersion- the target version to compare with- Returns:
- true if the version is at least the target version
-