Interface PluginDescription


public interface PluginDescription
Represents metadata for a specific version of a plugin.
  • Field Details

    • ID_PATTERN

      static final Pattern ID_PATTERN
      The pattern plugin IDs must match. Plugin IDs may only contain alphanumeric characters, dashes or underscores, must start with an alphabetic character and cannot be longer than 64 characters.
  • Method Details