com.atlassian.sal.api.license
Interface LicenseHandler


public interface LicenseHandler

Interface into the license system for the individual application

Since:
2.0

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

Method Detail

setLicense

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

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


Copyright © 2009 Atlassian. All Rights Reserved.