Uses of Class
io.getunleash.strategy.constraints.SemanticVersion
-
Packages that use SemanticVersion Package Description io.getunleash.strategy.constraints -
-
Uses of SemanticVersion in io.getunleash.strategy.constraints
Methods in io.getunleash.strategy.constraints that return SemanticVersion Modifier and Type Method Description static SemanticVersionSemanticVersion. parse(String input)Attempts to parse a string as a semantic version according to the Semver 2.0.0 specification.static SemanticVersionSemanticVersion. parse(String input, boolean allowMissingMinorAndPatch)Attempts 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 SemanticVersion Modifier and Type Method Description intSemanticVersion. comparePrecedence(SemanticVersion other)Compares this object with another SemanticVersion according to Semver 2.0.0 precedence rules.intSemanticVersion. compareTo(SemanticVersion other)
-