public class SeeIssueTaglet extends Object implements com.sun.tools.doclets.Taglet
| Modifier and Type | Field and Description |
|---|---|
static SeeIssueTaglet |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this taglet.
|
boolean |
inConstructor()
Return true if this taglet applicable in constructor documentation.
|
boolean |
inField()
Return true if this taglet applicable in field documentation.
|
boolean |
inMethod()
Return true if this taglet applicable in method documentation.
|
boolean |
inOverview()
Return true if this taglet applicable in overview documentation.
|
boolean |
inPackage()
Return true if this taglet applicable in package documentation.
|
boolean |
inType()
Return true if this taglet applicable in type documentation.
|
boolean |
isInlineTag()
Return true if this taglet is an inline tag.
|
static void |
register(Map<String,com.sun.tools.doclets.Taglet> tagletMap)
Register this Taglet.
|
String |
toString(com.sun.javadoc.Tag tag)
Given the tag representation of this custom tag, return its string representation, which is output to the generated page.
|
String |
toString(com.sun.javadoc.Tag[] tags)
Given an array of tags representing this custom tag, return its string representation, which is output to the generated page.
|
public static final SeeIssueTaglet INSTANCE
public String getName()
getName in interface com.sun.tools.doclets.Tagletpublic boolean inConstructor()
inConstructor in interface com.sun.tools.doclets.Tagletpublic boolean inField()
inField in interface com.sun.tools.doclets.Tagletpublic boolean inMethod()
inMethod in interface com.sun.tools.doclets.Tagletpublic boolean inOverview()
inOverview in interface com.sun.tools.doclets.Tagletpublic boolean inPackage()
inPackage in interface com.sun.tools.doclets.Tagletpublic boolean inType()
inType in interface com.sun.tools.doclets.Tagletpublic boolean isInlineTag()
isInlineTag in interface com.sun.tools.doclets.Tagletpublic static void register(Map<String,com.sun.tools.doclets.Taglet> tagletMap)
tagletMap - the map to register this tag to.public String toString(com.sun.javadoc.Tag tag)
toString in interface com.sun.tools.doclets.Taglettag - - the Tag representation of this custom tag.public String toString(com.sun.javadoc.Tag[] tags)
toString in interface com.sun.tools.doclets.Taglettags - - the array of tags representing of this custom tag.Copyright © 2016. All rights reserved.