public interface ILicenseKeyValidator
| Modifier and Type | Method and Description |
|---|---|
void |
checkLicense(LicenseKeyProduct product) |
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 representationLicenseKeyExceptionvoid checkLicense(LicenseKeyProduct product) throws LicenseKeyException
LicenseKeyExceptionvoid unloadLicense()
String[] getLicenseeInfo() throws LicenseKeyException
LicenseKeyExceptionString[] getProducts() throws LicenseKeyException
LicenseKeyExceptionString[] getProductInfo(String product) throws LicenseKeyException
LicenseKeyExceptionCopyright © 2018. All rights reserved.