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 of SystemPluginLoaderConfiguration.
|
Method Summary |
Iterable<com.atlassian.plugin.loaders.PluginLoader> |
pluginLoaders()
List of system plugin loaders. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
pluginLoaders
public Iterable<com.atlassian.plugin.loaders.PluginLoader> pluginLoaders()
- Description copied from interface:
SystemPluginLoaderConfiguration
- List of system plugin loaders.
- Specified by:
pluginLoaders in interface SystemPluginLoaderConfiguration
- Returns:
- list of system plugin loaders
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.