public interface PluginsInfoApi extends KillbillApi
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<PluginInfo> |
getPluginsInfo() |
void |
notifyOfStateChanged(PluginStateChange newState,
java.lang.String pluginKey,
java.lang.String pluginName,
java.lang.String pluginVersion,
PluginLanguage pluginLanguage)
Notify OSGI component that a new plugin was installed (downloaded) on the file system.
|
java.lang.Iterable<PluginInfo> getPluginsInfo()
void notifyOfStateChanged(PluginStateChange newState, java.lang.String pluginKey, java.lang.String pluginName, java.lang.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-2019. All Rights Reserved.