Class ServerVersion

    • Constructor Detail

      • ServerVersion

        public ServerVersion()
        Creates a server version which will compare as less than all other valid versions
      • ServerVersion

        public ServerVersion​(List<Integer> versionList)
        Constructs a new instance with the given version list of integers.
        Parameters:
        versionList - a non-null, three-item list of integers
      • ServerVersion

        public ServerVersion​(int majorVersion,
                             int minorVersion)
        Constructs a new instance with the given major and minor versions and a patch version of 0.
        Parameters:
        majorVersion - the major version
        minorVersion - the minor version