public interface PluginContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addChildPlugin(AbstractNotificationChildPlugin childPlugin)
Register child plugin in Container
|
void |
addPlugin(AbstractNotificationPlugin plugin)
Register plugin in Container
|
List<NotificationKey> |
getChildPluginKeys(NotificationKey parentKey)
Gets all children plugin keys in plugin
|
AbstractNotificationPlugin |
getPlugin(NotificationKey key)
Gets plugin by NotificationKey
|
boolean |
remove(NotificationKey key)
Removes plugin in Container
|
AbstractNotificationPlugin getPlugin(NotificationKey key)
key - List<NotificationKey> getChildPluginKeys(NotificationKey parentKey)
plugin - The list of children pluginsvoid addPlugin(AbstractNotificationPlugin plugin)
plugin - void addChildPlugin(AbstractNotificationChildPlugin childPlugin)
childPlugin - boolean remove(NotificationKey key)
key - Copyright © 2003–2014 eXo Platform SAS. All rights reserved.