public interface LicenseManager
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Remove all current AtlassianLicense objects if they were stored.
|
AtlassianLicense |
getLicense(java.lang.String licenseString)
Gets the correct license object given an encoded license string.
|
AtlassianLicense getLicense(java.lang.String licenseString)
licenseString - the encoded licenseAtlassian license object.LicenseException - if there are any errors in handling the license.void clear()
Copyright © 2005-2015 Atlassian. All Rights Reserved.