public interface PluginsInfoApi extends KillbillApi
| Modifier and Type | Method and Description |
|---|---|
Iterable<PluginInfo> |
getPluginsInfo() |
void |
notifyOfStateChanged(PluginStateChange newState,
String pluginKey,
String pluginName,
String pluginVersion,
PluginLanguage pluginLanguage)
Notify OSGI component that a new plugin was installed (downloaded) on the file system.
|
Iterable<PluginInfo> getPluginsInfo()
void notifyOfStateChanged(PluginStateChange newState, String pluginKey, String pluginName, String pluginVersion, PluginLanguage pluginLanguage)
newState - the state (currently only NEW_VERSION is allowedpluginKey - the plugin key (used during install/uninstall time)pluginName - the name of the plugin (as seen of the filesystem)pluginVersion - the version of the pluginpluginLanguage - the language (JAVA or RUBY)Copyright © 2010-2016. All Rights Reserved.