Class DefaultExtensionAuthor

java.lang.Object
org.xwiki.extension.DefaultExtensionAuthor
All Implemented Interfaces:
ExtensionAuthor

public class DefaultExtensionAuthor extends Object implements ExtensionAuthor
Default implementation of ExtensionAuthor.
Since:
4.0M1
Version:
$Id: 47c6dce19159bf00529b974ae686c72ec90f1bf4 $
  • Constructor Details

    • DefaultExtensionAuthor

      public DefaultExtensionAuthor(String name, URL url)
      Parameters:
      name - the name of the author
      url - the URL of the author public profile
    • DefaultExtensionAuthor

      public DefaultExtensionAuthor(String name, String url)
      Parameters:
      name - the name of the author
      url - the URL of the author public profile
      Since:
      9.8.1
  • Method Details