Interface UpdateOption

  • All Known Implementing Classes:
    UpdateOptionImpl

    public interface UpdateOption
    • Method Detail

      • getFullVersion

        @NotNull
        String getFullVersion()
      • isAutoUpdatePossible

        boolean isAutoUpdatePossible()
      • isCompatibleWith

        boolean isCompatibleWith​(@NotNull
                                 LicenseKey licenseKey)
      • isPreparingForUpdate

        boolean isPreparingForUpdate()
      • getPreparingProgress

        @Nullable
        String getPreparingProgress()
      • getPreparingFailedReason

        @Nullable
        String getPreparingFailedReason()
      • getPreparingWarning

        @Nullable
        String getPreparingWarning()
      • isReadyForUpdate

        boolean isReadyForUpdate()