Klasse SharingPluginConfig

java.lang.Object
org.codeability.sharing.plugins.api.SharingPluginConfig

public class SharingPluginConfig extends Object
Represents the configuration of a plugin. It provides the actions a plugin supports.
Autor:
Michael Breu
  • Felddetails

    • version

      public String version
      the version of this plugin config.
    • pluginName

      public String pluginName
      the name of this plugin.
    • actions

      public SharingPluginConfig.Action[] actions
      the list of actions supported by this plugin.
  • Konstruktordetails

    • SharingPluginConfig

      public SharingPluginConfig(String pluginName, SharingPluginConfig.Action[] actions)
      convenience constructor.
      Parameter:
      pluginName - the name of the plugin
      actions - the list of supported actions
    • SharingPluginConfig

      public SharingPluginConfig()
      JSON constructor.