Uses of Class
io.getunleash.strategy.constraints.SemanticVersion
Packages that use SemanticVersion
-
Uses of SemanticVersion in io.getunleash.strategy.constraints
Methods in io.getunleash.strategy.constraints that return SemanticVersionModifier and TypeMethodDescriptionstatic SemanticVersionAttempts to parse a string as a semantic version according to the Semver 2.0.0 specification.static SemanticVersionAttempts to parse a string as a semantic version according to the Semver 2.0.0 specification, except that the minor and patch versions may optionally be omitted.Methods in io.getunleash.strategy.constraints with parameters of type SemanticVersionModifier and TypeMethodDescriptionintSemanticVersion.comparePrecedence(SemanticVersion other) Compares this object with another SemanticVersion according to Semver 2.0.0 precedence rules.intSemanticVersion.compareTo(SemanticVersion other)