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.static PreTrialLicenseChecker.startPreTrial(String machineId, String userKey) Starts a pre-trial period by using given machine ID and given user key.Methods in com.vaadin.pro.licensechecker that return types with arguments of type PreTrialModifier and TypeMethodDescriptionLicenseChecker.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.Constructors in com.vaadin.pro.licensechecker with parameters of type PreTrialModifierConstructorDescriptionPreTrialLicenseValidationException(PreTrial preTrial) Constructs a newPreTrialLicenseValidationExceptionwith a given pre-trial state.