public class CrowdLicenseRegistry extends Object implements com.atlassian.license.LicenseRegistry
Modifier and Type | Field and Description |
---|---|
static String |
LICENSE_HASH |
static String |
LICENSE_MESSAGE |
Constructor and Description |
---|
CrowdLicenseRegistry() |
Modifier and Type | Method and Description |
---|---|
CrowdBootstrapManager |
getBootstrapManager() |
String |
getLicenseHash() |
String |
getLicenseMessage() |
void |
setBootstrapManager(CrowdBootstrapManager bootstrapManager) |
void |
setLicenseHash(String string) |
void |
setLicenseMessage(String string) |
public static final String LICENSE_HASH
public static final String LICENSE_MESSAGE
public void setLicenseHash(String string)
setLicenseHash
in interface com.atlassian.license.LicenseRegistry
public void setLicenseMessage(String string)
setLicenseMessage
in interface com.atlassian.license.LicenseRegistry
public String getLicenseMessage()
getLicenseMessage
in interface com.atlassian.license.LicenseRegistry
public String getLicenseHash()
getLicenseHash
in interface com.atlassian.license.LicenseRegistry
public CrowdBootstrapManager getBootstrapManager()
public void setBootstrapManager(CrowdBootstrapManager bootstrapManager)
Copyright © 2020 Atlassian. All rights reserved.