Class History

java.lang.Object
com.vaadin.pro.licensechecker.History

public class History extends Object
  • Constructor Details

    • History

      public History()
  • Method Details

    • getLastCheckTime

      public static java.time.Instant getLastCheckTime(Product product, BuildType buildType, ProKey proKey)
    • getLastSubscription

      public static String getLastSubscription(Product product, ProKey proKey)
    • setLastSubscription

      public static String setLastSubscription(Product product, String subscription, ProKey proKey)
    • clearAll

      public static void clearAll() throws Exception
      Clears the local check history so that all products are checked again.
      Throws:
      Exception