com.atlassian.jira.plugin
Class BootstrapPluginLoaderFactory
java.lang.Object
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 similair to DefaultPluginLoaderFactory
but only allows certain bundled plugin through to be loaded. Just enought 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)
|
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 |
BootstrapPluginLoaderFactory
public BootstrapPluginLoaderFactory(com.atlassian.plugin.event.PluginEventManager pluginEventManager,
com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager,
PluginPath pathFactory,
com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory)
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-2012 Atlassian. All Rights Reserved.