public class LicenseChecker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LicenseChecker.LicenceException
This exception is thrown if there is some issue with the license file (invalid, expired or not found).
|
Modifier and Type | Field and Description |
---|---|
static String |
COMPANY |
static String |
DEVICE_ID |
static String |
EMAIL |
static String |
ISSUED_DATE |
static String |
LICENSE_NUMBER |
static String |
LICENSE_TYPE |
static String |
NAME |
static String |
VALID_UNTIL_DATE |
Constructor and Description |
---|
LicenseChecker() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkLicense() |
Properties |
getLicenseProperties() |
void |
printLicense() |
public static final String LICENSE_NUMBER
public static final String LICENSE_TYPE
public static final String ISSUED_DATE
public static final String VALID_UNTIL_DATE
public static final String DEVICE_ID
public static final String COMPANY
public static final String NAME
public static final String EMAIL
public boolean checkLicense()
public Properties getLicenseProperties()
public void printLicense()
Copyright © 2022. All rights reserved.