Package h07.util

Class Updater.Version

    • Field Detail

      • MAJOR_VERSION

        private final int MAJOR_VERSION
        The major version of the version represented by an instance of this class
      • MINOR_VERSION

        private final int MINOR_VERSION
        The minor version of the version represented by an instance of this class
      • PATCH_VERSION

        private final int PATCH_VERSION
        The patch version of the version represented by an instance of this class
    • Constructor Detail

      • Version

        private Version​(String version)
        Creates a new Updater.Version representing the given version string.
        Parameters:
        version - The version as a String, e.g., "1.0.0".