Interface PluginMetadata

    • Method Detail

      • id

        String id()
        Gets the id.

        Ids must conform to the following requirements:

        • Must be between 2 and 64 characters in length
        • Must start with a lower case letter (a-z)
        • May only contain a mix of lower case letters (a-z), numbers (0-9), dashes (-), and underscores (_)
        Returns:
        The id
      • entrypoint

        String entrypoint()
        Gets the entrypoint.

        Consult the vendor for how this field is used. As an example, this could be the name of a module or a fully realized path to a discrete class.

        Returns:
        The entrypoint