public class DefaultExtensionAuthor extends Object implements ExtensionAuthor
Constructor and Description |
---|
DefaultExtensionAuthor(String name,
String url) |
DefaultExtensionAuthor(String name,
URL url) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
URL |
getURL() |
String |
getURLString() |
int |
hashCode() |
String |
toString() |
public DefaultExtensionAuthor(String name, URL url)
name
- the name of the authorurl
- the URL of the author public profilepublic String getName()
getName
in interface ExtensionAuthor
public URL getURL()
getURL
in interface ExtensionAuthor
public String getURLString()
getURLString
in interface ExtensionAuthor
Copyright © 2004–2021 XWiki. All rights reserved.