| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
JavaDocSource<O> |
JavaDocSource.addTagValue(JavaDocTag tag)
Add a tag value given an existing
JavaDocTag |
JavaDocSource<O> |
JavaDocSource.addTagValue(String tagName,
String tagValue)
Add a tag value for this
JavaDocSource |
JavaDocSource<O> |
JavaDocCapableSource.getJavaDoc() |
JavaDocSource<O> |
JavaDocSource.removeAllTags()
Remove all tags
|
JavaDocSource<O> |
JavaDocSource.removeTag(JavaDocTag tag)
Removes the given
JavaDocTag |
JavaDocSource<O> |
JavaDocSource.removeTags(String tagName)
Removes the given tagName from this
JavaDoc |
JavaDocSource<O> |
JavaDocSource.setFullText(String text)
Sets the whole
JavaDoc text, including tags |
JavaDocSource<O> |
JavaDocSource.setText(String text)
Sets the text for this
JavaDoc (without any tags) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.