Package com.atlassian.jira.plugin
Class BootstrapPluginLoaderFactory
java.lang.Object
com.atlassian.jira.plugin.BootstrapPluginLoaderFactory
- All Implemented Interfaces:
PluginLoaderFactory
@ParametersAreNonnullByDefault
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
ConstructorsConstructorDescriptionBootstrapPluginLoaderFactory
(PluginFactoryAndLoaderRegistrar pluginFactoryAndLoaderRegistrar, BootstrapPluginDirectoryLoaderFactory bootstrapPluginDirectoryLoaderFactory) -
Method Summary
Modifier and TypeMethodDescriptionList<com.atlassian.plugin.loaders.PluginLoader>
Return a list of plugin loaders that implementPluginLoader
.
-
Constructor Details
-
BootstrapPluginLoaderFactory
public BootstrapPluginLoaderFactory(PluginFactoryAndLoaderRegistrar pluginFactoryAndLoaderRegistrar, BootstrapPluginDirectoryLoaderFactory bootstrapPluginDirectoryLoaderFactory)
-
-
Method Details
-
getPluginLoaders
Description copied from interface:PluginLoaderFactory
Return a list of plugin loaders that implementPluginLoader
.- Specified by:
getPluginLoaders
in interfacePluginLoaderFactory
-