Package com.github.chhorz.javadoc.tags
Interface BlockTag
- All Superinterfaces:
Tag
- All Known Implementing Classes:
AuthorTag,CategoryTag,ConstructorTag,DeprecatedTag,ExceptionTag,HiddenTag,ParamTag,PatternTag,PropertyTag,ProvidesTag,ReceiverTag,ReturnTag,SampleTag,SeeTag,SerialDataTag,SerialFieldTag,SerialTag,SinceTag,StructuredTag,SuppressTag,ThrowsTag,UsesTag,VersionTag
Oracle documentation block tags
- Author:
- chhorz
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classRepresentation for a javadoc segment of a given tag. -
Method Summary
Methods inherited from interface com.github.chhorz.javadoc.tags.Tag
getTagName
-
Method Details
-
getSegments
List<BlockTag.Segment> getSegments()- Returns:
- all names of segments that can be read
-
putValue
- Parameters:
segmentName- the segment name for which the value should be savedvalue- the value that was parsed for the segment
-
createPattern
- Parameters:
allTagNames- the list of all patterns will be calculated on the fly and describes the end of a single tag- Returns:
- the complete pattern string for this tag
-