Interface DecoderVersion

    • Method Detail

      • getMajorVersion

        Integer getMajorVersion()
        Returns:
        the major version
      • getMinorVersion

        Integer getMinorVersion()
        Returns:
        the minor version
      • getMicroVersion

        Integer getMicroVersion()
        Returns:
        the micro version
      • parse

        void parse​(String versionString)
        Parameters:
        versionString - the version string to parse