java.lang.Object
org.codeability.sharing.plugins.api.SharingPluginConfig
Represents the configuration of a plugin.
It provides the actions a plugin supports.
- Autor:
- Michael Breu
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classthe actions that a plugin supports. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungthe list of actions supported by this plugin.the name of this plugin.the version of this plugin config. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungJSON constructor.SharingPluginConfig(String pluginName, SharingPluginConfig.Action[] actions) convenience constructor. -
Methodenübersicht
-
Felddetails
-
version
the version of this plugin config. -
pluginName
the name of this plugin. -
actions
the list of actions supported by this plugin.
-
-
Konstruktordetails
-
SharingPluginConfig
convenience constructor.- Parameter:
pluginName- the name of the pluginactions- the list of supported actions
-
SharingPluginConfig
public SharingPluginConfig()JSON constructor.
-