com.atlassian.jira.plugin
Class DefaultPluginLoaderFactory
java.lang.Object
com.atlassian.jira.plugin.DefaultPluginLoaderFactory
- All Implemented Interfaces:
- PluginLoaderFactory
public class DefaultPluginLoaderFactory
- extends Object
- implements PluginLoaderFactory
This is the default plugin loader factory of JIRA
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 |
DefaultPluginLoaderFactory
public DefaultPluginLoaderFactory(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 jiraSystemProperties)
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.