Object SemanticVersion.Companion
-
- All Implemented Interfaces:
public class SemanticVersion.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final RegexsemVerRegexpublic final static SemanticVersion.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final SemanticVersionfromStringOrNull(String input)Parses a String producing a SemanticVersion, or null if the version can't be parsed. final RegexgetSemVerRegex()A Regex matching a valid semantic version. -
-
Method Detail
-
fromStringOrNull
final SemanticVersion fromStringOrNull(String input)
Parses a String producing a SemanticVersion, or null if the version can't be parsed.
-
getSemVerRegex
final Regex getSemVerRegex()
A Regex matching a valid semantic version.
-
-
-
-