Class Semver


  • public class Semver
    extends Object
    • Constructor Detail

      • Semver

        public Semver​(int major,
                      int minor,
                      int patch)
      • Semver

        public Semver​(int major,
                      int minor,
                      int patch,
                      String preRelease)
    • Method Detail

      • getMajor

        public int getMajor()
      • getMinor

        public int getMinor()
      • getPatch

        public int getPatch()
      • getPreRelease

        public String getPreRelease()
      • compareTo

        public int compareTo​(Semver other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object