Interface PluginDescriptor

All Superinterfaces:
Serializable

public interface PluginDescriptor extends Serializable
Descriptor represent the plugin descriptor XML file.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Plugin author information.
    static interface 
    Plugin vendor information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Plugin author information.
    id()
    Plugin Id.
    Provides version of the plugin which will be used by Go to identify the version of the plugin.
  • 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

      Plugin author information.
      Returns:
      object containing the author information.