Uses of Class
com.vaadin.pro.licensechecker.Capabilities
Packages that use Capabilities
-
Uses of Capabilities in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return CapabilitiesModifier and TypeMethodDescriptionstatic CapabilitiesCapabilities.none()Creates an empty set of capabilities.static CapabilitiesCapabilities.of(Capability capability) Creates a set of capabilities with a single capability.static CapabilitiesCapabilities.of(Capability... capabilities) Creates a set of capabilities with multiple capabilities.Methods in com.vaadin.pro.licensechecker with parameters of type CapabilitiesModifier and TypeMethodDescriptionstatic 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, 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, 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, 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.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).