com.atlassian.bamboo.plugin
Class DefaultSystemPluginLoaderConfiguration

java.lang.Object
  extended by com.atlassian.bamboo.plugin.DefaultSystemPluginLoaderConfiguration
All Implemented Interfaces:
SystemPluginLoaderConfiguration

public class DefaultSystemPluginLoaderConfiguration
extends Object
implements SystemPluginLoaderConfiguration

Default implementation of SystemPluginLoaderConfiguration.


Constructor Summary
DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders)
           
DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent, Iterable<SystemPluginLoaderConfiguration> parents)
          Constructs this configuration by combining multiple parent configuration.
 
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
 

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 configuration
parents - 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 interface SystemPluginLoaderConfiguration
Returns:
list of system plugin loaders


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.