| Modifier and Type | Method and Description |
|---|---|
static BuildType |
BuildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildType[] |
BuildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseChecker.checkLicense(String productName,
String productVersion,
BuildType buildType)
Checks the license for the given product version.
|
static void |
LicenseChecker.checkLicense(String productName,
String productVersion,
BuildType buildType,
java.util.function.Consumer<String> noKeyUrlHandler)
Checks the license for the given product version.
|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
BuildType buildType,
LicenseChecker.Callback callback)
Checks the license for the given product version in the background and
invokes the callback when done.
|
static void |
LicenseChecker.checkLicenseAsync(String productName,
String productVersion,
BuildType buildType,
LicenseChecker.Callback callback,
java.util.function.Consumer<String> noKeyUrlHandler)
Checks the license for the given product version in the background and
invokes the callback when done.
|
static void |
LicenseChecker.checkLicenseFromStaticBlock(String productName,
String productVersion,
BuildType buildType)
Checks the license for the given product version from a
static
block. |
static boolean |
OfflineKeyValidator.validate(Product product,
BuildType buildType,
OfflineKey offlineKey,
String machineId)
Validates that the given offline license is valid and provides access to the
given product.
|
Copyright © 2017-2022. All Rights Reserved.