public interface PluginConfig extends Comparable<PluginConfig>
| Modifier and Type | Method and Description |
|---|---|
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)
|
PluginLanguage |
getPluginLanguage() |
String |
getPluginName() |
PluginType |
getPluginType() |
String |
getPluginVersionnedName() |
File |
getPluginVersionRoot() |
String |
getVersion() |
boolean |
isDisabled() |
boolean |
isSelectedForStart() |
compareToString getPluginKey()
String getPluginName()
PluginType getPluginType()
String getVersion()
String getPluginVersionnedName()
File getPluginVersionRoot()
PluginLanguage getPluginLanguage()
boolean isSelectedForStart()
boolean isDisabled()
Copyright © 2010-2016. All Rights Reserved.