public class JavaDoc extends Object
| Constructor and Description |
|---|
JavaDoc(String summary,
String description,
List<BlockTag> tags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The Javadoc description is the whole text until the first tag.
|
String |
getSummary()
The summary is either defined by the new tag {(at)summary ...} or the first sentence of the textual description.
|
List<BlockTag> |
getTags()
This method returns all parsed
Tags |
<T extends Tag> |
getTags(Class<T> tagClass)
This method returns a list of all tags from the given class.
|
String |
toString() |
public String getSummary()
public String getDescription()
public List<BlockTag> getTags()
Tagspublic <T extends Tag> List<T> getTags(Class<T> tagClass)
tagClass - a class to filter the outputCopyright © 2018–2022. All rights reserved.