com.atlassian.confluence.plugin
Class DirectoryScanningPluginFactory
java.lang.Object
com.atlassian.confluence.plugin.DirectoryScanningPluginFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class DirectoryScanningPluginFactory
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean
The 'DirectoryScanningPluginFactory' generates a directory scanning pluginLoader which provides the functionality to
load plugin jars from a custom defined path.
This pluginLoader scans the absolute path defined by the system-property 'atlassian.confluence.plugin.scan.directory'
and loads the plugin jars available in that directory on startup.
Constructor Summary |
DirectoryScanningPluginFactory(java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager eventManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryScanningPluginFactory
public DirectoryScanningPluginFactory(java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager eventManager)
getObject
public java.lang.Object getObject()
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
getObjectType
public java.lang.Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2003-2013 Atlassian. All Rights Reserved.