Package com.github.chhorz.javadoc.tags
Class PatternTag
- java.lang.Object
-
- com.github.chhorz.javadoc.tags.PatternTag
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.chhorz.javadoc.tags.BlockTag
BlockTag.Segment
-
-
Constructor Summary
Constructors Constructor Description PatternTag(java.lang.String tagName, java.lang.String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
createPattern(java.lang.String allTagNames)
java.lang.String
getTagName()
java.lang.String
toString()
-
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
-
-
-
-
Method Detail
-
getTagName
public java.lang.String getTagName()
- Specified by:
getTagName
in interfaceTag
- Returns:
- the Javadoc tag name
-
createPattern
public java.lang.String createPattern(java.lang.String allTagNames)
- 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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-