Interface IPluginMetadata

All Known Implementing Classes:
PluginMetadata

public interface IPluginMetadata
Interface for defining the metadata for plugins.
Since:
8.0
Author:
Danny Roest
  • Method Details Link icon

    • getName Link icon

      String getName()
      This method returns the name of the plugin.
      Returns:
      the name of the plugin
    • getVersion Link icon

      PluginVersion getVersion()
      This method returns the version the plugin.
      Returns:
      the version of the plugin.
    • getDescription Link icon

      String getDescription()
      This method returns the description of the plugin.
      Returns:
      the description of this plugin.
    • getGroupId Link icon

      String getGroupId()
      This method returns the groupId of the plugin.
      Returns:
      the GroupId
    • getArtifactId Link icon

      String getArtifactId()
      This method returns the artifactId.
      Returns:
      the artifactId
    • getUrl Link icon

      String getUrl()
      This method returns the url for more information about the plugin.
      Returns:
      the url, may be null.