Interface PluginDescriptor
- All Superinterfaces:
Serializable
Descriptor represent the plugin descriptor XML file.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePlugin author information.static interfacePlugin vendor information. -
Method Summary
-
Method Details
-
id
String id()Plugin Id.- Returns:
- a string containing the plugin id.
-
version
String version()Provides version of the plugin which will be used by Go to identify the version of the plugin. It will be used in plugin upgrade flow and only integer values are allowed.- Returns:
- a string containing the plugin descriptor version.
-
about
PluginDescriptor.About about()Plugin author information.- Returns:
- object containing the author information.
-