org.mule.devkit.doclet
Class ParsedTagInfo

java.lang.Object
  extended by org.mule.devkit.doclet.TagInfo
      extended by org.mule.devkit.doclet.ParsedTagInfo
Direct Known Subclasses:
ParamTagInfo, ThrowsTagInfo

public class ParsedTagInfo
extends TagInfo


Method Summary
 TagInfo[] commentTags()
           
static
<T extends ParsedTagInfo>
TagInfo[]
joinTags(T[] tags)
           
protected  void setCommentText(String comment)
           
 
Methods inherited from class org.mule.devkit.doclet.TagInfo
makeHDF, makeHDF, makeHDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

commentTags

public TagInfo[] commentTags()

setCommentText

protected void setCommentText(String comment)

joinTags

public static <T extends ParsedTagInfo> TagInfo[] joinTags(T[] tags)


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.