Package com.atlassian.bamboo.plugin
Class DefaultSystemPluginLoaderConfiguration
- java.lang.Object
-
- com.atlassian.bamboo.plugin.DefaultSystemPluginLoaderConfiguration
-
- All Implemented Interfaces:
SystemPluginLoaderConfiguration
public class DefaultSystemPluginLoaderConfiguration extends Object implements SystemPluginLoaderConfiguration
Default implementation ofSystemPluginLoaderConfiguration
.
-
-
Constructor Summary
Constructors Constructor Description DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent, Iterable<SystemPluginLoaderConfiguration> parents)
Constructs this configuration by combining multiple parent configuration.DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<com.atlassian.plugin.loaders.PluginLoader>
pluginLoaders()
List of system plugin loaders.
-
-
-
Constructor Detail
-
DefaultSystemPluginLoaderConfiguration
public DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders)
-
DefaultSystemPluginLoaderConfiguration
public DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent, Iterable<SystemPluginLoaderConfiguration> parents)
Constructs this configuration by combining multiple parent configuration.- Parameters:
parent
- first parent configurationparents
- parent configurations
-
-
Method Detail
-
pluginLoaders
public Iterable<com.atlassian.plugin.loaders.PluginLoader> pluginLoaders()
Description copied from interface:SystemPluginLoaderConfiguration
List of system plugin loaders.- Specified by:
pluginLoaders
in interfaceSystemPluginLoaderConfiguration
- Returns:
- list of system plugin loaders
-
-