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