Class VersionChecker


  • public class VersionChecker
    extends Object
    • Method Detail

      • mustCheck

        public boolean mustCheck()
      • getDateTimeOfLastCheck

        public LocalDateTime getDateTimeOfLastCheck()
      • checkForNewRelease

        public boolean checkForNewRelease()
      • setChecked

        public void setChecked()
      • getLocalVersion

        public Version getLocalVersion()
        Returns the local version, or null if no version could be found
        Returns:
        the local version, or null if no version could be found
      • getRemoteVersion

        public Version getRemoteVersion()
        Returns the remote version, or null if no version could be found
        Returns:
        the remote version, or null if no version could be found