com.atlassian.jira.plugin
Class BootstrapPluginLoaderFactory

java.lang.Object
  extended by com.atlassian.jira.plugin.BootstrapPluginLoaderFactory
All Implemented Interfaces:
PluginLoaderFactory

public class BootstrapPluginLoaderFactory
extends Object
implements PluginLoaderFactory

This is the bootstrap plugin loader factory of JIRA. Its similar to DefaultPluginLoaderFactory but only allows certain bundled plugin through to be loaded. Just enough to get JIRA bootstrapped and no more.


Constructor Summary
BootstrapPluginLoaderFactory(com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager, PluginPath pathFactory, com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory, BuildUtilsInfo buildUtilsInfo, JiraFailedPluginTracker jiraFailedPluginTracker, JiraProperties jiraSystemPropoerties)
           
 
Method Summary
 List<com.atlassian.plugin.loaders.PluginLoader> getPluginLoaders()
          Return a list of plugin loaders that implement PluginLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapPluginLoaderFactory

public BootstrapPluginLoaderFactory(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
                                    com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager,
                                    PluginPath pathFactory,
                                    com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory,
                                    BuildUtilsInfo buildUtilsInfo,
                                    JiraFailedPluginTracker jiraFailedPluginTracker,
                                    JiraProperties jiraSystemPropoerties)
Method Detail

getPluginLoaders

public List<com.atlassian.plugin.loaders.PluginLoader> getPluginLoaders()
Description copied from interface: PluginLoaderFactory
Return a list of plugin loaders that implement PluginLoader.

Specified by:
getPluginLoaders in interface PluginLoaderFactory


Copyright © 2002-2014 Atlassian. All Rights Reserved.