public final class PluginRegistryImpl extends Object implements PluginRegistry.ReadWrite
| Constructor and Description |
|---|
PluginRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Plugin |
get(String pluginKey) |
Collection<Plugin> |
getAll() |
void |
put(Plugin plugin) |
Plugin |
remove(String key) |
public Collection<Plugin> getAll()
getAll in interface PluginRegistry.ReadOnlypublic Plugin get(String pluginKey)
get in interface PluginRegistry.ReadOnlypublic void clear()
clear in interface PluginRegistry.ReadWritepublic void put(Plugin plugin)
put in interface PluginRegistry.ReadWritepublic Plugin remove(String key)
remove in interface PluginRegistry.ReadWriteCopyright © 2019 Atlassian. All rights reserved.