public interface ILicenseKeyValidator
Modifier and Type | Method and Description |
---|---|
void |
checkLicense(LicenseKeyProduct product) |
Map<String,String> |
getLicenseConfiguration()
Gets the license configuration.
|
String[] |
getLicenseeInfo() |
String[] |
getProductInfo(String product) |
String[] |
getProducts() |
void |
loadLicense(Element licenseKeyRoot)
Load and Validate the license file represented by passed DOM tree.
|
void |
unloadLicense() |
void loadLicense(Element licenseKeyRoot) throws LicenseKeyException
licenseKeyRoot
- root node of the license key file representationLicenseKeyException
void checkLicense(LicenseKeyProduct product) throws LicenseKeyException
LicenseKeyException
void unloadLicense()
String[] getLicenseeInfo() throws LicenseKeyException
LicenseKeyException
String[] getProducts() throws LicenseKeyException
LicenseKeyException
String[] getProductInfo(String product) throws LicenseKeyException
LicenseKeyException
Map<String,String> getLicenseConfiguration() throws LicenseKeyException
LicenseKeyException
Copyright © 2020. All rights reserved.