Uses of Class
io.getunleash.strategy.constraints.SemanticVersion.InvalidVersionException
-
Packages that use SemanticVersion.InvalidVersionException Package Description io.getunleash.strategy.constraints -
-
Uses of SemanticVersion.InvalidVersionException in io.getunleash.strategy.constraints
Methods in io.getunleash.strategy.constraints that throw SemanticVersion.InvalidVersionException 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.
-