Interface PluginConfig

    • Method Detail

      • getPluginKey

        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)
      • getPluginName

        String getPluginName()
        Returns:
        the killbill plugin name (as seen on the filesystem)
      • getVersion

        String getVersion()
      • getPluginVersionnedName

        String getPluginVersionnedName()
      • getPluginVersionRoot

        File getPluginVersionRoot()
        Returns:
        root directory of the deployed plugin
      • isSelectedForStart

        boolean isSelectedForStart()
      • isDisabled

        boolean isDisabled()