Skip navigation links
B C E F G H I J L M O P S T U V W 

B

BuildType - Enum in com.vaadin.pro.licensechecker
 

C

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
 
copyLarge(InputStream, OutputStream, byte[]) - Static method in class com.vaadin.pro.licensechecker.Util
From commons-io IOUtils.

E

EnvironmentVariables - Class in com.vaadin.pro.licensechecker
This class exists only to make environment variables testable.
EnvironmentVariables() - Constructor for class com.vaadin.pro.licensechecker.EnvironmentVariables
 
EOF - Static variable in class com.vaadin.pro.licensechecker.Util
 

F

failed(Exception) - Method in interface com.vaadin.pro.licensechecker.LicenseChecker.Callback
 
fromJson(String) - Static method in class com.vaadin.pro.licensechecker.ProKey
 

G

get(String) - Static method in class com.vaadin.pro.licensechecker.EnvironmentVariables
 
get() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
Finds an offline key, either from a system property or from the home directory.
get() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
get() - Static method in class com.vaadin.pro.licensechecker.MachineId
 
getAccount() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getAllowedFeatures() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getAllowedProducts() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getAlternativeLocation() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
 
getExpires() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getJwtData() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getKey() - Method in enum com.vaadin.pro.licensechecker.BuildType
 
getLastCheckTime(Product, BuildType) - Static method in class com.vaadin.pro.licensechecker.History
 
getLastSubscription(Product) - Static method in class com.vaadin.pro.licensechecker.History
 
getLocation() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
 
getLocation() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
getLogger() - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
 
getMachineId() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getName() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getName() - Method in class com.vaadin.pro.licensechecker.Product
 
getOfflineUrl(String) - Static method in class com.vaadin.pro.licensechecker.OfflineKeyValidator
 
getProKey() - Method in class com.vaadin.pro.licensechecker.ProKey
 
getSubscription() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getVaadinFolder() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
getVersion() - Method in class com.vaadin.pro.licensechecker.Product
 

H

History - Class in com.vaadin.pro.licensechecker
 
History() - Constructor for class com.vaadin.pro.licensechecker.History
 

I

isDevelopmentBuildAllowed() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
isProductionBuildAllowed() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 

J

JAVA_HEADLESS_PROPERTY - Static variable in class com.vaadin.pro.licensechecker.SystemBrowser
 

L

LicenseChecker - Class in com.vaadin.pro.licensechecker
 
LicenseChecker() - Constructor for class com.vaadin.pro.licensechecker.LicenseChecker
 
LicenseChecker.Callback - Interface in com.vaadin.pro.licensechecker
 
LicenseException - Exception in com.vaadin.pro.licensechecker
 
LicenseException(String) - Constructor for exception com.vaadin.pro.licensechecker.LicenseException
 
LicenseException(String, Throwable) - Constructor for exception com.vaadin.pro.licensechecker.LicenseException
 
LocalOfflineKey - Class in com.vaadin.pro.licensechecker
Fetches an offline key from either the home directory (~/.vaadin/offlineKey) or from a system property (vaadin.offlineKey) if available.
LocalOfflineKey() - Constructor for class com.vaadin.pro.licensechecker.LocalOfflineKey
 
LocalProKey - Class in com.vaadin.pro.licensechecker
 
LocalProKey() - Constructor for class com.vaadin.pro.licensechecker.LocalProKey
 

M

MachineId - Class in com.vaadin.pro.licensechecker
 
MachineId() - Constructor for class com.vaadin.pro.licensechecker.MachineId
 
main(String[]) - Static method in class com.vaadin.pro.licensechecker.MachineId
 

O

OfflineKey - Class in com.vaadin.pro.licensechecker
A key for offline validation of licenses.
OfflineKey(String) - Constructor for class com.vaadin.pro.licensechecker.OfflineKey
 
OfflineKeyValidator - Class in com.vaadin.pro.licensechecker
Validator that can allow or deny usage of a given product version for a given offline key.
OfflineKeyValidator() - Constructor for class com.vaadin.pro.licensechecker.OfflineKeyValidator
 
ok() - Method in interface com.vaadin.pro.licensechecker.LicenseChecker.Callback
 
OnlineKeyValidator - Class in com.vaadin.pro.licensechecker
 
OnlineKeyValidator() - Constructor for class com.vaadin.pro.licensechecker.OnlineKeyValidator
 
OnlineKeyValidator.Result - Enum in com.vaadin.pro.licensechecker
 
open(String) - Static method in class com.vaadin.pro.licensechecker.SystemBrowser
 

P

Product - Class in com.vaadin.pro.licensechecker
 
Product(String, String) - Constructor for class com.vaadin.pro.licensechecker.Product
 
ProKey - Class in com.vaadin.pro.licensechecker
 
ProKey(String, String) - Constructor for class com.vaadin.pro.licensechecker.ProKey
 

S

setLastSubscription(Product, String) - Static method in class com.vaadin.pro.licensechecker.History
 
setName(String) - Method in class com.vaadin.pro.licensechecker.Product
 
setStrictOffline(boolean) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
 
setVersion(String) - Method in class com.vaadin.pro.licensechecker.Product
 
SystemBrowser - Class in com.vaadin.pro.licensechecker
 
SystemBrowser() - Constructor for class com.vaadin.pro.licensechecker.SystemBrowser
 

T

toJson() - Method in class com.vaadin.pro.licensechecker.ProKey
 
toString() - Method in class com.vaadin.pro.licensechecker.Product
 
toString(InputStream) - Static method in class com.vaadin.pro.licensechecker.Util
 

U

Util - Class in com.vaadin.pro.licensechecker
 
Util() - Constructor for class com.vaadin.pro.licensechecker.Util
 

V

VaadinComIntegration - Class in com.vaadin.pro.licensechecker
 
VaadinComIntegration() - Constructor for class com.vaadin.pro.licensechecker.VaadinComIntegration
 
valueOf(String) - Static method in enum com.vaadin.pro.licensechecker.BuildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.pro.licensechecker.BuildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ProKey) - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
B C E F G H I J L M O P S T U V W 
Skip navigation links

Copyright © 2017-2022. All Rights Reserved.