public class BundledPluginLoaderFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.web.context.ServletContextAware
Constructor and Description |
---|
BundledPluginLoaderFactory(PluginDirectoryProvider pluginDirectoryProvider,
java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager eventManager) |
BundledPluginLoaderFactory(java.lang.String directoryName,
PluginDirectoryProvider pluginDirectoryProvider,
java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories,
com.atlassian.plugin.event.PluginEventManager eventManager) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
java.lang.Class<com.atlassian.plugin.loaders.PluginLoader> |
getObjectType() |
boolean |
isSingleton() |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public BundledPluginLoaderFactory(java.lang.String directoryName, PluginDirectoryProvider pluginDirectoryProvider, java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
public BundledPluginLoaderFactory(PluginDirectoryProvider pluginDirectoryProvider, java.util.List<com.atlassian.plugin.factories.PluginFactory> pluginFactories, com.atlassian.plugin.event.PluginEventManager eventManager)
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class<com.atlassian.plugin.loaders.PluginLoader> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
Copyright © 2003-2014 Atlassian. All Rights Reserved.