Class CVersions

java.lang.Object
com.io7m.changelog.core.CVersions

public final class CVersions
extends java.lang.Object
Functions for parsing and processing versions.
  • Method Summary

    Modifier and Type Method Description
    static CVersion parse​(java.lang.String version)
    Attempt to parse a version number.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • parse

      public static CVersion parse​(java.lang.String version)
      Attempt to parse a version number.
      Parameters:
      version - The version string
      Returns:
      A new version number