Interface PluginDescriptor.Vendor

Enclosing interface:
PluginDescriptor

public static interface PluginDescriptor.Vendor
Plugin vendor information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Vendor name.
    url()
    Vendor website URL
  • Method Details

    • name

      String name()
      Vendor name.
      Returns:
      a string containing vendor name.
    • url

      String url()
      Vendor website URL
      Returns:
      a string containing website URL of the vendor.