Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCESS_DENIED - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial does not allow using a specific commercial product.

B

BuildType - Enum Class in com.vaadin.pro.licensechecker
 

C

CANNOT_REACH_SERVER - Enum constant in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
 
Capabilities - Class in com.vaadin.pro.licensechecker
A set of License Checker capabilities (license check option) that it can run for a subscription and product.
Capabilities() - Constructor for class com.vaadin.pro.licensechecker.Capabilities
Creates an empty set of capabilities.
Capabilities(Capability) - Constructor for class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with a single capability.
Capabilities(Capability...) - Constructor for class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with multiple capabilities.
Capability - Enum Class in com.vaadin.pro.licensechecker
Represents a License Checker capability that can be run for a subscription and product.
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, BuildType, Consumer<String>) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.
checkLicense(String, String, BuildType, Consumer<String>, int) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.
checkLicense(String, String, BuildType, Consumer<String>, int, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version with the given capabilities (extra license checks).
checkLicense(String, String, BuildType, Consumer<String>, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version with the given capabilities (extra license checks).
checkLicense(String, String, BuildType, Consumer<String>, String, ProKey, SubscriptionKey, OfflineKey) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given pro key and product version.
checkLicense(String, String, BuildType, Consumer<String>, String, ProKey, SubscriptionKey, OfflineKey, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given pro key and product version with the given capabilities (extra license checks).
checkLicense(String, String, Capabilities, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version with the given capabilities (extra license checks).
checkLicense(String, String, Consumer<String>) - 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, BuildType, LicenseChecker.Callback, Capabilities) - 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 with the given capabilities (extra license checks).
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.
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, int) - 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, BuildType, LicenseChecker.Callback, Consumer<String>, int, Capabilities) - 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 with the given capabilities (extra license checks).
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, Capabilities) - 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 with the given capabilities (extra license checks).
checkLicenseAsync(String, String, BuildType, LicenseChecker.Callback, Consumer<String>, String, ProKey, SubscriptionKey, OfflineKey) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given pro key and product version in the background and invokes the callback when done.
checkLicenseAsync(String, String, LicenseChecker.Callback) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
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.
checkLicenseFromStaticBlock(String, String, BuildType, Capabilities) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version from a static block with the given capabilities (extra license checks).
checkSubscriptionKey() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Checks if a valid subscription key is available.
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
 
com.vaadin.pro.licensechecker.dau - package com.vaadin.pro.licensechecker.dau
 
Constants - Interface in 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.

D

DauIntegration - Class in com.vaadin.pro.licensechecker.dau
API to integrate an application with Daily Active User (DAU) tracking.
DauIntegration() - Constructor for class com.vaadin.pro.licensechecker.dau.DauIntegration
 
DEFAULT_PRE_TRIAL_DURATION_DAYS - Static variable in class com.vaadin.pro.licensechecker.History
 
DEVELOPMENT - Enum constant in enum class com.vaadin.pro.licensechecker.BuildType
 

E

EnforcementException - Exception in com.vaadin.pro.licensechecker.dau
An EnforcementException is thrown when License Server imposes enforcement for the application and the EnforcementRule check is not satisfied.
EnforcementException(String) - Constructor for exception com.vaadin.pro.licensechecker.dau.EnforcementException
Constructs a new enforcement exception with the given detail message.
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
 
Expired(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCheckException.Expired
Constructs a new Expired exception with the specified detail message.
Expired(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCreationException.Expired
Constructs a new Expired exception with the specified detail message.
EXPIRED - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial period has concluded and is no longer active.

F

failed(Exception) - Method in interface com.vaadin.pro.licensechecker.LicenseChecker.Callback
 
fromJson(String) - Static method in class com.vaadin.pro.licensechecker.ProKey
 
fromString(String) - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
Creates a new OfflineKey based on the given string representation.
fromString(String) - Static method in class com.vaadin.pro.licensechecker.LocalProKey
Creates a new ProKey based on the given string representation.
fromString(String) - Static method in class com.vaadin.pro.licensechecker.LocalSubscriptionKey
Creates a new SubscriptionKey based on the given string representation.

G

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.LocalSubscriptionKey
Gets the current subscription key, if found.
get() - Static method in class com.vaadin.pro.licensechecker.MachineId
 
get(String) - Static method in class com.vaadin.pro.licensechecker.EnvironmentVariables
 
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
 
getDaysRemaining() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the number of days remaining in the pre-trial period.
getDaysRemainingUntilRenewal() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the number of days remaining until a new pre-trial can be started.
getExpires() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getHash(String, byte[], Charset) - Static method in class com.vaadin.pro.licensechecker.Util
 
getHillaVersion() - Static method in class com.vaadin.pro.licensechecker.Platform
Returns Hilla version.
getJwtData() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getKey() - Method in enum class com.vaadin.pro.licensechecker.BuildType
 
getKey() - Method in class com.vaadin.pro.licensechecker.SubscriptionKey
Gets the subscription key.
getLastCheckTime(Product, BuildType, ProKey) - Static method in class com.vaadin.pro.licensechecker.History
 
getLastPreTrialCheckTime(Product, String) - Static method in class com.vaadin.pro.licensechecker.History
 
getLastSubscription(Product, ProKey) - Static method in class com.vaadin.pro.licensechecker.History
 
getLocation() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
getLocations() - Static method in class com.vaadin.pro.licensechecker.LocalOfflineKey
 
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
 
getOrFail() - Static method in class com.vaadin.pro.licensechecker.LocalSubscriptionKey
Gets the current subscription key or throws an exception if not available.
getPreTrial() - Method in exception com.vaadin.pro.licensechecker.PreTrialLicenseValidationException
Retrieves the PreTrial instance associated with this exception.
getPreTrial(Product) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Gets the status of a pre-trial period for the given product using the default machine ID.
getPreTrial(Product, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Gets the status of a pre-trial period for the given product and machineId.
getProductName() - Method in exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Gets the name of the product associated with this exception.
getProductVersion() - Method in exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Gets the version of the product associated with this exception.
getProKey() - Method in class com.vaadin.pro.licensechecker.ProKey
 
getSubscription() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getSubscriptionKey() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
getTrialName() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the name of the trial associated with this pre-trial instance.
getTrialState() - Method in class com.vaadin.pro.licensechecker.PreTrial
Retrieves the current state of the pre-trial instance.
getVaadinFolder() - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
getVaadinVersion() - Static method in class com.vaadin.pro.licensechecker.Platform
Returns the platform version string, e.g., "23.0.0".
getVersion() - Method in class com.vaadin.pro.licensechecker.Product
 

H

has(Capability) - Method in class com.vaadin.pro.licensechecker.Capabilities
Checks if this set of capabilities contains a given capability.
History - Class in com.vaadin.pro.licensechecker
 
History() - Constructor for class com.vaadin.pro.licensechecker.History
 

I

isCannotReachServer() - Method in exception com.vaadin.pro.licensechecker.PreTrialStatusCheckException
Indicates whether the exception was caused by an inability to reach the server.
isDevelopmentBuildAllowed() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
isProductionBuildAllowed() - Method in class com.vaadin.pro.licensechecker.OfflineKey
 
isValidLicense(String, String, BuildType) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Checks the license for the given product version.

L

LICENSE_SERVER_API_VERSION - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_DAU_PUBLISHING_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_HOST - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_LICENSES_PREFIX - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_PRETRIAL_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_PRO_LICENSE_VALIDATION_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_URL - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
LICENSE_SERVER_URL_PARAMETER - Static variable in interface com.vaadin.pro.licensechecker.Constants
 
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
 
LicenseValidationException - Exception in com.vaadin.pro.licensechecker
An exception thrown when a license cannot be validated, for example because of network errors in an online validation.
LicenseValidationException(String) - Constructor for exception com.vaadin.pro.licensechecker.LicenseValidationException
Constructs a new exception with the given detail message.
LicenseValidationException(String, Throwable) - Constructor for exception com.vaadin.pro.licensechecker.LicenseValidationException
Constructs a new publishing exception with the specified detail message and cause.
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
 
LocalSubscriptionKey - Class in com.vaadin.pro.licensechecker
Subscription key loader.
LocalSubscriptionKey() - Constructor for class com.vaadin.pro.licensechecker.LocalSubscriptionKey
 

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
 
MissingLicenseKeyException - Exception in com.vaadin.pro.licensechecker
Thrown to indicate that a required license key is missing.
MissingLicenseKeyException(Product) - Constructor for exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Constructs a new MissingLicenseKeyException for the specified product.
MissingLicenseKeyException(Product, String) - Constructor for exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Constructs a new MissingLicenseKeyException with a specified detail message and product information.
MissingLicenseKeyException(String) - Constructor for exception com.vaadin.pro.licensechecker.MissingLicenseKeyException
Constructs a new MissingLicenseKeyException with the specified detail message.

N

newTrackingHash() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Creates a new hashed identifier to track a potential Daily Active User of the application.
NO_ACCESS - Enum constant in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
 
none() - Static method in class com.vaadin.pro.licensechecker.Capabilities
Creates an empty set of capabilities.

O

of(Capability) - Static method in class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with a single capability.
of(Capability...) - Static method in class com.vaadin.pro.licensechecker.Capabilities
Creates a set of capabilities with multiple capabilities.
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
 
OK - Enum constant in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
 
OnlineKeyValidator - Class in com.vaadin.pro.licensechecker
 
OnlineKeyValidator() - Constructor for class com.vaadin.pro.licensechecker.OnlineKeyValidator
 
OnlineKeyValidator.Result - Enum Class in com.vaadin.pro.licensechecker
 

P

parseJson(int, InputStream) - Static method in class com.vaadin.pro.licensechecker.Util
Parses a JSON response from an input stream and converts it into a JsonObject.
Platform - Class in com.vaadin.pro.licensechecker
Provides information about the current version of Vaadin Platform.
Platform() - Constructor for class com.vaadin.pro.licensechecker.Platform
 
PRE_TRIAL - Enum constant in enum class com.vaadin.pro.licensechecker.Capability
7-days free trial period.
PreTrial - Class in com.vaadin.pro.licensechecker
Represents a pre-trial state for a trial subscription, containing information about the trial name, state, remaining days, and days until renewal.
PreTrial(String, PreTrial.PreTrialState, int, int) - Constructor for class com.vaadin.pro.licensechecker.PreTrial
 
PreTrial.PreTrialState - Enum Class in com.vaadin.pro.licensechecker
Represents the state of a pre-trial.
PreTrialCheckException - Exception in com.vaadin.pro.licensechecker
Represents an exception that occurs during the check of pre-trial status.
PreTrialCheckException(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCheckException
Constructs a new PreTrialCheckException with the specified detail message.
PreTrialCheckException.Expired - Exception in com.vaadin.pro.licensechecker
Represents an exception thrown when the check of a pre-trial period fails due to the current trial being expired and not yet renewable.
PreTrialCreationException - Exception in com.vaadin.pro.licensechecker
Represents an exception that occurs during the creation of a pre-trial period.
PreTrialCreationException(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialCreationException
Constructs a new PreTrialCreationException with the specified detail message.
PreTrialCreationException.Expired - Exception in com.vaadin.pro.licensechecker
Represents an exception thrown when the creation of a pre-trial period fails due to the current trial being expired and not yet renewable.
PreTrialLicenseValidationException - Exception in com.vaadin.pro.licensechecker
Exception thrown when a pre-trial validation fails due to specific conditions of the pre-trial state.
PreTrialLicenseValidationException(PreTrial) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialLicenseValidationException
Constructs a new PreTrialLicenseValidationException with a given pre-trial state.
PreTrialStatusCheckException - Exception in com.vaadin.pro.licensechecker
Represents an exception that occurs during the check of pre-trial status.
PreTrialStatusCheckException(String) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialStatusCheckException
Constructs a new PreTrialStatusCheckException with the specified detail message.
PreTrialStatusCheckException(String, boolean) - Constructor for exception com.vaadin.pro.licensechecker.PreTrialStatusCheckException
Constructs a new PreTrialStatusCheckException with the specified detail message.
Product - Class in com.vaadin.pro.licensechecker
 
Product(String, String) - Constructor for class com.vaadin.pro.licensechecker.Product
 
PRODUCTION - Enum constant in enum class com.vaadin.pro.licensechecker.BuildType
 
ProKey - Class in com.vaadin.pro.licensechecker
 
ProKey(String, String) - Constructor for class com.vaadin.pro.licensechecker.ProKey
 
PublishingException - Exception in com.vaadin.pro.licensechecker.dau
An exception that can be thrown by Publisher during DAU data publishing.
PublishingException(String) - Constructor for exception com.vaadin.pro.licensechecker.dau.PublishingException
Constructs a new exception with the given detail message.
PublishingException(String, Throwable) - Constructor for exception com.vaadin.pro.licensechecker.dau.PublishingException
Constructs a new publishing exception with the specified detail message and cause.

R

removeTrailingSlash(String) - Static method in class com.vaadin.pro.licensechecker.Util
 
RUNNING - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial period is currently active and ongoing.

S

setLastSubscription(Product, String, ProKey) - 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
 
shouldEnforce() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Tells whether new user, i.e. not yet tracked and not yet counted, should be blocked immediately.
START_ALLOWED - Enum constant in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Indicates that the pre-trial process is permitted to start.
startPreTrial() - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Starts a pre-trial period by using the default machine ID and a predefined user key.
startPreTrial(String, String) - Static method in class com.vaadin.pro.licensechecker.LicenseChecker
Starts a pre-trial period by using given machine ID and given user key.
startTracking(String) - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Starts Daily Active User tracking for the calling application.
stopTracking() - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Stops Daily Active User tracking for the calling application.
SubscriptionKey - Class in com.vaadin.pro.licensechecker
Representation of a Vaadin subscription key.

T

TIMESTAMP_FORMAT - Static variable in class com.vaadin.pro.licensechecker.Util
A DateTimeFormatter instance defining a standardized format for timestamps accepted by License Server.
toJson() - Method in class com.vaadin.pro.licensechecker.ProKey
 
toString() - Method in class com.vaadin.pro.licensechecker.PreTrial
 
toString() - Method in class com.vaadin.pro.licensechecker.Product
 
toString(InputStream) - Static method in class com.vaadin.pro.licensechecker.Util
 
trackUser(String) - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Registers the user identified by the provided hash as a Daily Active User, adding it to the DAU tracking data set.
trackUser(String, String) - Static method in class com.vaadin.pro.licensechecker.dau.DauIntegration
Registers the user identified by the provided tracking hash and user identity as a Daily Active User, adding it to the DAU tracking data set, or assigns the identity to an existing "anonymous" tracked user.

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
 
validateURL(String) - Static method in class com.vaadin.pro.licensechecker.Util
 
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.BuildType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.Capability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.pro.licensechecker.BuildType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.Capability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.OnlineKeyValidator.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.pro.licensechecker.PreTrial.PreTrialState
Returns an array containing the constants of this enum class, in the order they are declared.

W

write(ProKey) - Static method in class com.vaadin.pro.licensechecker.LocalProKey
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form