Package org.xwiki.extension
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 Summary
Constructors Constructor Description DefaultExtensionAuthor(String name, String url)
DefaultExtensionAuthor(String name, URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
URL
getURL()
String
getURLString()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceExtensionAuthor
- Returns:
- the name of the author
-
getURL
public URL getURL()
- Specified by:
getURL
in interfaceExtensionAuthor
- Returns:
- the URL of the author public profile
-
getURLString
public String getURLString()
- Specified by:
getURLString
in interfaceExtensionAuthor
- Returns:
- the url of the author public profile as a String
-
-