public class DefaultSystemPluginLoaderConfiguration extends Object implements SystemPluginLoaderConfiguration
SystemPluginLoaderConfiguration.| Constructor and Description |
|---|
DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders) |
DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent,
Iterable<SystemPluginLoaderConfiguration> parents)
Constructs this configuration by combining multiple parent configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<com.atlassian.plugin.loaders.PluginLoader> |
pluginLoaders()
List of system plugin loaders.
|
public DefaultSystemPluginLoaderConfiguration(Iterable<com.atlassian.plugin.loaders.PluginLoader> loaders)
public DefaultSystemPluginLoaderConfiguration(SystemPluginLoaderConfiguration parent, Iterable<SystemPluginLoaderConfiguration> parents)
parent - first parent configurationparents - parent configurationspublic Iterable<com.atlassian.plugin.loaders.PluginLoader> pluginLoaders()
SystemPluginLoaderConfigurationpluginLoaders in interface SystemPluginLoaderConfigurationCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.