Package com.atlassian.confluence.license
Class LicenseManagerFactoryBean
java.lang.Object
com.atlassian.confluence.license.LicenseManagerFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
public class LicenseManagerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseManagerFactoryBean
(com.atlassian.extras.core.AtlassianLicenseFactory atlassianLicenseFactory) -
Method Summary
-
Constructor Details
-
LicenseManagerFactoryBean
public LicenseManagerFactoryBean(com.atlassian.extras.core.AtlassianLicenseFactory atlassianLicenseFactory)
-
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
-