Uses of Class
com.vaadin.pro.licensechecker.PreTrial
Packages that use PreTrial
-
Uses of PreTrial in com.vaadin.pro.licensechecker
Methods in com.vaadin.pro.licensechecker that return PreTrialModifier and TypeMethodDescriptionPreTrialLicenseValidationException.getPreTrial()Retrieves thePreTrialinstance associated with this exception.static PreTrialLicenseChecker.startPreTrial()Starts a pre-trial period by using the default machine ID and a predefined user key.Methods in com.vaadin.pro.licensechecker that return types with arguments of type PreTrialModifier and TypeMethodDescriptionLicenseChecker.checkPreTrial(Product product) Gets the status of a pre-trial period for the given product using the default machine ID and a predefined user key.Constructors in com.vaadin.pro.licensechecker with parameters of type PreTrialModifierConstructorDescriptionPreTrialLicenseValidationException(PreTrial preTrial) Constructs a newPreTrialLicenseValidationExceptionwith a given pre-trial state.