Package com.github.chhorz.javadoc.tags
Class PatternTag
java.lang.Object
com.github.chhorz.javadoc.tags.PatternTag
A PatternTag can be used to define a custom
Pattern
. For this free kind of tag, more methods have to be implemented.- Author:
- chhorz
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.chhorz.javadoc.tags.BlockTag
BlockTag.Segment
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.chhorz.javadoc.tags.BlockTag
getSegments, putValue
-
Constructor Details
-
PatternTag
-
-
Method Details
-
getTagName
- Specified by:
getTagName
in interfaceTag
- Returns:
- the Javadoc tag name
-
createPattern
- Specified by:
createPattern
in interfaceBlockTag
- 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
-
toString
-