Interface JavaDocSource<O>
- Author:
- George Gastaldi
-
Method Summary
Modifier and TypeMethodDescriptionaddTagValue(String tagName, String tagValue) Add a tag value for thisJavaDocSourceaddTagValue(JavaDocTag tag) Add a tag value given an existingJavaDocTagRemove all tagsremoveTag(JavaDocTag tag) Removes the givenJavaDocTagremoveTags(String tagName) Removes the given tagName from thisJavaDocsetFullText(String text) Sets the wholeJavaDoctext, including tagsSets the text for thisJavaDoc(without any tags)Methods inherited from interface org.jboss.forge.roaster.Internal
getInternalMethods inherited from interface org.jboss.forge.roaster.model.JavaDoc
getFullText, getTagNames, getTags, getTags, getText
-
Method Details
-
setFullText
Sets the wholeJavaDoctext, including tags -
setText
Sets the text for thisJavaDoc(without any tags) -
addTagValue
Add a tag value for thisJavaDocSource -
addTagValue
Add a tag value given an existingJavaDocTag -
removeTags
Removes the given tagName from thisJavaDoc -
removeTag
Removes the givenJavaDocTag -
removeAllTags
JavaDocSource<O> removeAllTags()Remove all tags
-