Class LegacyDynamicPluginFactoryBeanFactory

java.lang.Object
com.atlassian.confluence.plugin.spring.LegacyDynamicPluginFactoryBeanFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

@Deprecated(since="9.3", forRemoval=true) public class LegacyDynamicPluginFactoryBeanFactory extends Object implements org.springframework.beans.factory.FactoryBean
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3. No replacement
This bean factory is used to create an instance of a LegacyDynamicPluginFactory linking it to Confluence's plugin temp directory.
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setPluginDescriptorFileName(String pluginDescriptorFileName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LegacyDynamicPluginFactoryBeanFactory

      public LegacyDynamicPluginFactoryBeanFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getObject

      public Object getObject() throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean
      Throws:
      Exception
    • getObjectType

      public Class getObjectType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean
    • isSingleton

      public boolean isSingleton()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean
    • setPluginDescriptorFileName

      public void setPluginDescriptorFileName(String pluginDescriptorFileName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPluginDirectoryProvider

      public void setPluginDirectoryProvider(PluginDirectoryProvider pluginDirectoryProvider)
      Deprecated, for removal: This API element is subject to removal in a future version.