public interface ILicenseCreator
| Modifier and Type | Method and Description |
|---|---|
String |
createLicenseKey(ILicenseContext context,
ILicense license)
Generates a key from the given license.
|
String createLicenseKey(ILicenseContext context, ILicense license)
context - the licensing context.license - the license to be created.Copyright © 2014. All rights reserved.