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.static List<OfflineKey>LocalOfflineKey.getAll()Returns all offline keys found in the file system, in priority order.Methods in com.vaadin.pro.licensechecker with parameters of type OfflineKeyModifier and TypeMethodDescriptionstatic voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Deprecated.static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey, Capabilities capabilities) Deprecated.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey)
LicenseChecker.checkLicense(String, String, BuildType, Consumer)