Uses of Class
io.getunleash.strategy.constraints.SemanticVersion
Packages that use SemanticVersion
-
Uses of SemanticVersion in io.getunleash.strategy.constraints
Classes in io.getunleash.strategy.constraints that implement interfaces with type arguments of type SemanticVersionModifier and TypeClassDescriptionclassSimple implementation of semantic version parsing and comparison according to the Semantic Versions 2.0.0 standard (http://semver.org).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)