public interface PluginContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addChildPlugin(AbstractNotificationChildPlugin childPlugin)
Register child plugin in Container
|
void |
addPlugin(BaseNotificationPlugin plugin)
Register plugin in Container
|
List<PluginKey> |
getChildPluginKeys(PluginKey parentKey)
Gets all children plugin keys in plugin
|
List<String> |
getDefaultActivePlugins() |
BaseNotificationPlugin |
getPlugin(PluginKey key)
Gets plugin by NotificationKey
|
boolean |
remove(PluginKey key)
Removes plugin in Container
|
BaseNotificationPlugin getPlugin(PluginKey key)
key - List<PluginKey> getChildPluginKeys(PluginKey parentKey)
parentKey - the parent plugin keyvoid addPlugin(BaseNotificationPlugin plugin)
plugin - void addChildPlugin(AbstractNotificationChildPlugin childPlugin)
childPlugin - boolean remove(PluginKey key)
key - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.