Package org.xwiki.extension
Class DefaultExtensionAuthor
java.lang.Object
org.xwiki.extension.DefaultExtensionAuthor
- All Implemented Interfaces:
ExtensionAuthor
Default implementation of ExtensionAuthor.
- Since:
- 4.0M1
- Version:
- $Id: 47c6dce19159bf00529b974ae686c72ec90f1bf4 $
-
Constructor Summary
ConstructorDescriptionDefaultExtensionAuthor
(String name, String url) DefaultExtensionAuthor
(String name, URL url) -
Method Summary
-
Constructor Details
-
DefaultExtensionAuthor
- Parameters:
name
- the name of the authorurl
- the URL of the author public profile
-
DefaultExtensionAuthor
- Parameters:
name
- the name of the authorurl
- the URL of the author public profile- Since:
- 9.8.1
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceExtensionAuthor
- Returns:
- the name of the author
-
getURL
- Specified by:
getURL
in interfaceExtensionAuthor
- Returns:
- the URL of the author public profile
-
getURLString
- Specified by:
getURLString
in interfaceExtensionAuthor
- Returns:
- the url of the author public profile as a String
-
equals
-
hashCode
public int hashCode() -
toString
-