Class Version

    • Constructor Detail

      • Version

        public Version​(String version)
        Creates a version identifier from the specified string.
        Throws:
        IllegalArgumentException - if the version string can't be parsed
    • Method Detail

      • getMajorVersion

        public int getMajorVersion()
        Get the major version
        Returns:
        The major version
        Since:
        1.8.0
      • getMinorVersion

        public int getMinorVersion()
        Get the major version
        Returns:
        The major version
        Since:
        1.8.0
      • getMicroVersion

        public int getMicroVersion()
        Get the minor version
        Returns:
        The minor version
        Since:
        1.8.0
      • getQualifier

        public String getQualifier()
        Get the qualifier
        Returns:
        The qualifier, the qualifier might be the empty string.
        Since:
        1.8.0
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object