com.atlassian.bamboo.plugin
Class DefaultSystemPluginLoaderConfiguration

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

public class DefaultSystemPluginLoaderConfiguration
extends java.lang.Object
implements SystemPluginLoaderConfiguration

Default implementation of SystemPluginLoaderConfiguration.


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

DefaultSystemPluginLoaderConfiguration

public DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent,
                                              java.lang.Iterable<SystemPluginLoaderConfiguration> parents)
Constructs this configuration by combining multiple parent configuration.

Parameters:
parent - first parent configuration
parents - parent configurations
Method Detail

pluginLoaders

public java.lang.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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.