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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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
setPluginDirectoryProvider
(PluginDirectoryProvider pluginDirectoryProvider) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
LegacyDynamicPluginFactoryBeanFactory
public LegacyDynamicPluginFactoryBeanFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean
- Throws:
Exception
-
getObjectType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObjectType
in interfaceorg.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 interfaceorg.springframework.beans.factory.FactoryBean
-
setPluginDescriptorFileName
Deprecated, for removal: This API element is subject to removal in a future version. -
setPluginDirectoryProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-