Interface ExtensionAuthor

  • All Known Implementing Classes:
    DefaultExtensionAuthor

    public interface ExtensionAuthor
    Informations related to an author of the extension.
    Since:
    4.0M1
    Version:
    $Id: 1f723483a71d8bd6b17e8d9cbe5da6c78ca1c9f0 $
    • Method Detail

      • getName

        String getName()
        Returns:
        the name of the author
      • getURL

        URL getURL()
        Returns:
        the URL of the author public profile
      • getURLString

        default String getURLString()
        Returns:
        the url of the author public profile as a String
        Since:
        9.8.1