public class JavaDocLink extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the class name or an empty string if link is a within the current class (starts with `#`).
|
String |
getLabel()
Returns label specified in this tag or
null if omitted. |
String |
getMemberName()
Returns the member name from the link or an empty string.
|
boolean |
hasLabel()
Answers if this link has an alternative label.
|
static JavaDocLink |
parse(String text)
Parses the specified text as a link.
|
String |
toString() |
public String getClassName()
public String getMemberName()
public boolean hasLabel()
public String getLabel()
null if omitted.public static JavaDocLink parse(String text)
Copyright © 2006-2016–2022. All rights reserved.