Package com.atlassian.confluence.setup
Class ConfluenceLicenseRegistry
- java.lang.Object
-
- com.atlassian.confluence.setup.ConfluenceLicenseRegistry
-
- All Implemented Interfaces:
com.atlassian.license.LicenseRegistry
@Deprecated public class ConfluenceLicenseRegistry extends Object implements com.atlassian.license.LicenseRegistry
Deprecated.Since 5.6. UseLicenseService
instead.
-
-
Constructor Summary
Constructors Constructor Description ConfluenceLicenseRegistry()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getLicenseHash()
Deprecated.String
getLicenseMessage()
Deprecated.void
setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.void
setLicenseHash(String string)
Deprecated.void
setLicenseMessage(String string)
Deprecated.
-
-
-
Method Detail
-
getLicenseHash
public String getLicenseHash()
Deprecated.- Specified by:
getLicenseHash
in interfacecom.atlassian.license.LicenseRegistry
-
setLicenseHash
public void setLicenseHash(String string)
Deprecated.- Specified by:
setLicenseHash
in interfacecom.atlassian.license.LicenseRegistry
-
getLicenseMessage
public String getLicenseMessage()
Deprecated.- Specified by:
getLicenseMessage
in interfacecom.atlassian.license.LicenseRegistry
-
setLicenseMessage
public void setLicenseMessage(String string)
Deprecated.- Specified by:
setLicenseMessage
in interfacecom.atlassian.license.LicenseRegistry
-
setBootstrapManager
public void setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.
-
-