com.atlassian.confluence.plugin
Class BundledPluginLoaderFactory
java.lang.Object
com.atlassian.confluence.plugin.BundledPluginLoaderFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class BundledPluginLoaderFactory
- extends Object
- implements org.springframework.beans.factory.FactoryBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundledPluginLoaderFactory
public BundledPluginLoaderFactory(PluginDirectoryProvider pluginDirectoryProvider,
List<PluginFactory> pluginFactories,
PluginEventManager eventManager)
setLanguageModuleNames
public void setLanguageModuleNames(List<String> languageModuleNames)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public 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