Uses of Interface
org.jboss.forge.roaster.model.source.JavaDocSource
-
Packages that use JavaDocSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of JavaDocSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return JavaDocSource Modifier and Type Method Description JavaDocSource<O>JavaDocSource. addTagValue(java.lang.String tagName, java.lang.String tagValue)Add a tag value for thisJavaDocSourceJavaDocSource<O>JavaDocSource. addTagValue(JavaDocTag tag)Add a tag value given an existingJavaDocTagJavaDocSource<O>JavaDocCapableSource. getJavaDoc()JavaDocSource<O>JavaDocSource. removeAllTags()Remove all tagsJavaDocSource<O>JavaDocSource. removeTag(JavaDocTag tag)Removes the givenJavaDocTagJavaDocSource<O>JavaDocSource. removeTags(java.lang.String tagName)Removes the given tagName from thisJavaDocJavaDocSource<O>JavaDocSource. setFullText(java.lang.String text)Sets the wholeJavaDoctext, including tagsJavaDocSource<O>JavaDocSource. setText(java.lang.String text)Sets the text for thisJavaDoc(without any tags)
-