- checkLicense(String, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
- checkLicense(String, String, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
Checks the license for the given product version.
- checkLicense(String, String, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
- checkLicense(String, String, BuildType, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
Checks the license for the given product version.
- checkLicenseAsync(String, String, LicenseChecker.Callback) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
- checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
Checks the license for the given product version in the background and
invokes the callback when done.
- checkLicenseAsync(String, String, LicenseChecker.Callback, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
- checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
Checks the license for the given product version in the background and
invokes the callback when done.
- checkLicenseFromStaticBlock(String, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
- checkLicenseFromStaticBlock(String, String, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
-
Checks the license for the given product version from a static
block.
- clearAll() - Static method in class com.vaadin.pro.licensechecker.History
-
Clears the local check history so that all products are checked again.
- com.vaadin.pro.licensechecker - package com.vaadin.pro.licensechecker
-
- constructUrl(String, Product) - Static method in class com.vaadin.pro.licensechecker.VaadinComIntegration
-
- copyLarge(InputStream, OutputStream, byte[]) - Static method in class com.vaadin.pro.licensechecker.Util
-
From commons-io IOUtils.