| 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 java.time.Instant |
History.getLastCheckTime(Product product,
BuildType buildType) |
Copyright © 2017-2022. All Rights Reserved.