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, Consumer<String> noKeyUrlHandler) Checks the license for the given product version.static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, int timeoutKeyUrlHandler) Checks the license for the given product version.static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, int timeoutKeyUrlHandler, Capabilities capabilities) Checks the license for the given product version with the given capabilities (extra license checks).static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, Capabilities capabilities) Checks the license for the given product version with the given capabilities (extra license checks).static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey) Checks the license for the given pro key and product version.static voidLicenseChecker.checkLicense(String productName, String productVersion, BuildType buildType, Consumer<String> noKeyUrlHandler, String machineId, ProKey proKey, SubscriptionKey subscriptionKey, OfflineKey offlineKey, Capabilities capabilities) Checks the license for the given pro key and product version with the given capabilities (extra license checks).static voidLicenseChecker.checkLicense(String productName, String productVersion, Capabilities capabilities, BuildType buildType) Checks the license for the given product version with the given capabilities (extra license checks).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, Capabilities capabilities) Checks the license for the given product version in the background and invokes the callback when done with the given capabilities (extra license checks).static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, 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, 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, Consumer<String> noKeyUrlHandler, int timeoutKeyUrlHandler, Capabilities capabilities) Checks the license for the given product version in the background and invokes the callback when done with the given capabilities (extra license checks).static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, Consumer<String> noKeyUrlHandler, Capabilities capabilities) Checks the license for the given product version in the background and invokes the callback when done with the given capabilities (extra license checks).static voidLicenseChecker.checkLicenseAsync(String productName, String productVersion, BuildType buildType, LicenseChecker.Callback callback, 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 voidLicenseChecker.checkLicenseFromStaticBlock(String productName, String productVersion, BuildType buildType, Capabilities capabilities) Checks the license for the given product version from astaticblock with the given capabilities (extra license checks).static 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.