Uses of Class
com.vaadin.pro.licensechecker.OfflineKey
Packages that use OfflineKey
-
Uses of OfflineKey in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return OfflineKeyModifier and TypeMethodDescriptionstatic OfflineKeyLocalOfflineKey.get()Finds an offline key, either from a system property or from the home directory.Methods in com.vaadin.pro.licensechecker that return types with arguments of type OfflineKeyModifier and TypeMethodDescriptionstatic Optional<OfflineKey>LocalOfflineKey.fromString(String key) Creates a newOfflineKeybased on the given string representation.Methods in com.vaadin.pro.licensechecker with parameters of type OfflineKeyModifier and TypeMethodDescriptionstatic voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, java.util.function.Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Checks the license for the given pro key and product version.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Checks the license for the given pro key and product version in the background and invokes the callback when done.