com.atlassian.bamboo.license
Class BambooLicenseRegistry

java.lang.Object
  extended by com.atlassian.bamboo.license.BambooLicenseRegistry

public class BambooLicenseRegistry
extends Object


Field Summary
static String LICENSE_HASH
           
static String LICENSE_MESSAGE
           
 
Constructor Summary
BambooLicenseRegistry()
           
 
Method Summary
 BootstrapManager getBootstrapManager()
           
 String getLicenseHash()
           
 String getLicenseMessage()
           
 void setBootstrapManager(BootstrapManager bootstrapManager)
           
 void setLicenseHash(String string)
           
 void setLicenseMessage(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 String LICENSE_HASH
See Also:
Constant Field Values

LICENSE_MESSAGE

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

BambooLicenseRegistry

public BambooLicenseRegistry()
Method Detail

setLicenseHash

public void setLicenseHash(String string)

setLicenseMessage

public void setLicenseMessage(String string)

getLicenseMessage

public String getLicenseMessage()

getLicenseHash

public String getLicenseHash()

getBootstrapManager

public BootstrapManager getBootstrapManager()

setBootstrapManager

public void setBootstrapManager(BootstrapManager bootstrapManager)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.