public interface JavaDocSource<O> extends JavaDoc<O>
| Modifier and Type | Method and Description |
|---|---|
JavaDocSource<O> |
addTagValue(JavaDocTag tag)
Add a tag value given an existing
JavaDocTag |
JavaDocSource<O> |
addTagValue(String tagName,
String tagValue)
Add a tag value for this
JavaDocSource |
JavaDocSource<O> |
removeAllTags()
Remove all tags
|
JavaDocSource<O> |
removeTag(JavaDocTag tag)
Removes the given
JavaDocTag |
JavaDocSource<O> |
removeTags(String tagName)
Removes the given tagName from this
JavaDoc |
JavaDocSource<O> |
setFullText(String text)
Sets the whole
JavaDoc text, including tags |
JavaDocSource<O> |
setText(String text)
Sets the text for this
JavaDoc (without any tags) |
getFullText, getTagNames, getTags, getTags, getTextgetInternalJavaDocSource<O> setFullText(String text)
JavaDoc text, including tagsJavaDocSource<O> setText(String text)
JavaDoc (without any tags)JavaDocSource<O> addTagValue(String tagName, String tagValue)
JavaDocSourceJavaDocSource<O> addTagValue(JavaDocTag tag)
JavaDocTagJavaDocSource<O> removeTags(String tagName)
JavaDocJavaDocSource<O> removeTag(JavaDocTag tag)
JavaDocTagJavaDocSource<O> removeAllTags()
Copyright © 2019 JBoss by Red Hat. All rights reserved.