public interface PluginInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleSymbolicName() |
String |
getPluginKey()
The key that was used at installation time (when installed through KPM)
This is also the key from the official KB plugin repo (https://github.com/killbill/killbill-cloud/blob/master/kpm/lib/kpm/plugins_directory.yml)
|
String |
getPluginName() |
PluginState |
getPluginState() |
Set<PluginServiceInfo> |
getServices() |
String |
getVersion() |
boolean |
isSelectedForStart() |
String getPluginKey()
String getBundleSymbolicName()
String getPluginName()
String getVersion()
PluginState getPluginState()
Set<PluginServiceInfo> getServices()
boolean isSelectedForStart()
Copyright © 2010-2016. All Rights Reserved.