Package com.vaadin.pro.licensechecker
Class History
java.lang.Object
com.vaadin.pro.licensechecker.History
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearAll()Clears the local check history so that all products are checked again.static InstantgetLastCheckTime(Product product, BuildType buildType, ProKey proKey) static InstantgetLastPreTrialCheckTime(Product product, String machineId) static StringgetLastSubscription(Product product, ProKey proKey) static StringsetLastSubscription(Product product, String subscription, ProKey proKey)
-
Field Details
-
DEFAULT_PRE_TRIAL_DURATION_DAYS
public static final int DEFAULT_PRE_TRIAL_DURATION_DAYS- See Also:
-
-
Constructor Details
-
History
public History()
-
-
Method Details
-
getLastCheckTime
-
getLastSubscription
-
setLastSubscription
-
getLastPreTrialCheckTime
-
clearAll
Clears the local check history so that all products are checked again.- Throws:
Exception
-