com.atlassian.bamboo.license
Class BambooLicenseRegistry

java.lang.Object
  extended by com.atlassian.bamboo.license.BambooLicenseRegistry
All Implemented Interfaces:
com.atlassian.license.LicenseRegistry

public class BambooLicenseRegistry
extends java.lang.Object
implements com.atlassian.license.LicenseRegistry


Field Summary
static java.lang.String LICENSE_HASH
           
static java.lang.String LICENSE_MESSAGE
           
 
Constructor Summary
BambooLicenseRegistry()
           
 
Method Summary
 BootstrapManager getBootstrapManager()
           
 java.lang.String getLicenseHash()
           
 java.lang.String getLicenseMessage()
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setLicenseHash(java.lang.String string)
           
 void setLicenseMessage(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE_HASH

public static final java.lang.String LICENSE_HASH
See Also:
Constant Field Values

LICENSE_MESSAGE

public static final java.lang.String LICENSE_MESSAGE
See Also:
Constant Field Values
Constructor Detail

BambooLicenseRegistry

public BambooLicenseRegistry()
Method Detail

setLicenseHash

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

setLicenseMessage

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

getLicenseMessage

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

getLicenseHash

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

getBootstrapManager

public BootstrapManager getBootstrapManager()

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.