com.atlassian.sal.api.license
Interface LicenseHandler

All Known Implementing Classes:
BambooLicenseHandler

public interface LicenseHandler

Interface into the license system for the individual application

Since:
2.0

Method Summary
 void setLicense(String license)
          Sets the license string for the currently running application
 

Method Detail

setLicense

void setLicense(String license)
Sets the license string for the currently running application

Parameters:
license - The license string
Throws:
IllegalArgumentException - if the license string is not a valid license


Copyright © 2010 Atlassian. All Rights Reserved.