public class LicenseChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LicenseChecker.Callback |
| Constructor and Description |
|---|
LicenseChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkLicense(String productName,
String productVersion) |
static void |
checkLicenseAsync(String productName,
String productVersion,
LicenseChecker.Callback callback) |
static void |
checkLicenseFromStaticBlock(String productName,
String productVersion) |
static Logger |
getLogger() |
public static void checkLicenseFromStaticBlock(String productName, String productVersion)
public static void checkLicenseAsync(String productName, String productVersion, LicenseChecker.Callback callback)
public static Logger getLogger()
Copyright © 2017-2020. All Rights Reserved.