com.atlassian.jira.util
Class JiraLicenseRegistry

java.lang.Object
  extended by com.atlassian.jira.util.JiraLicenseRegistry
All Implemented Interfaces:
com.atlassian.license.LicenseRegistry

public class JiraLicenseRegistry
extends Object
implements com.atlassian.license.LicenseRegistry

JiraLicenseRegistry now delegates responsibility between the old license storage mechanism (PropertyStrings) and the new license storage mechanism (PropertyTexts) to allow for newer license formats which may take more space.


Constructor Summary
JiraLicenseRegistry()
           
 
Method Summary
 String getLicenseHash()
           
 String getLicenseMessage()
           
 void setLicenseHash(String licenseHash)
           
 void setLicenseMessage(String licenseMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraLicenseRegistry

public JiraLicenseRegistry()
Method Detail

setLicenseMessage

public void setLicenseMessage(String licenseMessage)
Specified by:
setLicenseMessage in interface com.atlassian.license.LicenseRegistry

setLicenseHash

public void setLicenseHash(String licenseHash)
Specified by:
setLicenseHash in interface com.atlassian.license.LicenseRegistry

getLicenseMessage

public String getLicenseMessage()
Specified by:
getLicenseMessage in interface com.atlassian.license.LicenseRegistry

getLicenseHash

public String getLicenseHash()
Specified by:
getLicenseHash in interface com.atlassian.license.LicenseRegistry


Copyright © 2002-2008 Atlassian. All Rights Reserved.