Uses of Enum Class
com.vaadin.pro.licensechecker.BuildType
Packages that use BuildType
-
Uses of BuildType in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return BuildTypeModifier and TypeMethodDescriptionstatic BuildTypeReturns the enum constant of this class with the specified name.static BuildType[]BuildType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.pro.licensechecker with parameters of type BuildTypeModifier and TypeMethodDescriptionstatic voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType) Checks the license for the given product version.static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, java.util.function.Consumer<String> noKeyUrlHandler) Checks the license for the given product version.static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, java.util.function.Consumer<String> noKeyUrlHandler, int timeoutKeyUrlHandler) Checks the license for the given product version.static 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) Checks the license for the given product version in the background and invokes the callback when done.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler) Checks the license for the given product version in the background and invokes the callback when done.static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, java.util.function.Consumer<String> noKeyUrlHandler, int timeoutKeyUrlHandler) Checks the license for the given product version in the background and invokes the callback when done.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.static voidLicenseChecker.checkLicenseFromStaticBlock(String productName, String productVersion, BuildType buildType) Checks the license for the given product version from astaticblock.static java.time.InstantHistory.getLastCheckTime(Product product, BuildType buildType, ProKey proKey) static booleanLicenseChecker.isValidLicense(String productName, String productVersion, BuildType buildType) Checks the license for the given product version.