public class NoOpValidator extends Object implements ILicenseKeyValidator
Constructor and Description |
---|
NoOpValidator() |
Modifier and Type | Method and Description |
---|---|
void |
checkLicense(LicenseKeyProduct product) |
String[] |
getLicenseeInfo() |
void |
LoadLicense(Element licenseKeyRoot)
Load and Validate the license file represented by passed DOM tree.
|
public void LoadLicense(Element licenseKeyRoot) throws LicenseKeyException
ILicenseKeyValidator
LoadLicense
in interface ILicenseKeyValidator
licenseKeyRoot
- root node of the license key file representationLicenseKeyException
public void checkLicense(LicenseKeyProduct product) throws LicenseKeyException
checkLicense
in interface ILicenseKeyValidator
LicenseKeyException
public String[] getLicenseeInfo()
getLicenseeInfo
in interface ILicenseKeyValidator
Copyright © 2018. All rights reserved.