Uses of Class
com.vaadin.pro.licensechecker.Product
Packages that use Product
-
Uses of Product in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return ProductModifier and TypeMethodDescriptionLicenseChecker.DownloadOptions.getSource()Gets the product that triggered the download.Methods in com.vaadin.pro.licensechecker with parameters of type ProductModifier and TypeMethodDescriptionstatic StringVaadinComIntegration.constructUrl(String uniqueId, Product product) static InstantHistory.getLastCheckTime(Product product, BuildType buildType, ProKey proKey) static InstantHistory.getLastPreTrialCheckTime(Product product, MachineId machineId) static InstantHistory.getLastPreTrialCheckTime(Product product, String machineId) Deprecated.static StringHistory.getLastSubscription(Product product, ProKey proKey) LicenseChecker.getPreTrial(Product product) Gets the status of a pre-trial period for the given product using the default machine ID.LicenseChecker.getPreTrial(Product product, String machineId) Gets the status of a pre-trial period for the given product and machineId.static StringHistory.setLastSubscription(Product product, String subscription, ProKey proKey) Constructors in com.vaadin.pro.licensechecker with parameters of type ProductModifierConstructorDescriptionDownloadOptions(Product source) Creates download options with the specified source product.DownloadOptions(Product source, int timeoutSeconds) Creates download options with a custom timeout.DownloadOptions(Product source, int timeoutSeconds, Consumer<String> urlHandler) Creates download options with a custom URL handler.MissingLicenseKeyException(Product product) Constructs a new MissingLicenseKeyException for the specified product.MissingLicenseKeyException(Product product, String message) Constructs a new MissingLicenseKeyException with a specified detail message and product information.
History.getLastPreTrialCheckTime(Product, MachineId)instead.