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>
  • Constructor Details

    • LicenseManagerFactoryBean

      public LicenseManagerFactoryBean(com.atlassian.extras.core.AtlassianLicenseFactory atlassianLicenseFactory)
  • Method Details

    • getObject

      public com.atlassian.extras.api.LicenseManager getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<com.atlassian.extras.api.LicenseManager>