- java.lang.Object
-
- com.io7m.changelog.core.CVersions
-
public final class CVersions extends Object
Functions for parsing and processing versions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CVersionTypeparse(String version)Attempt to parse a version number.
-
-
-
Method Detail
-
parse
public static CVersionType parse(String version)
Attempt to parse a version number.- Parameters:
version- The version string- Returns:
- A new version number
-
-