Interface PluginDescriptor.Vendor

Enclosing interface:
PluginDescriptor

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

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

    • name

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

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