public class IgniteLinkTaglet extends Object implements com.sun.tools.doclets.Taglet
| Constructor and Description |
|---|
IgniteLinkTaglet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the name of this custom tag.
|
boolean |
inConstructor() |
boolean |
inField() |
boolean |
inMethod() |
boolean |
inOverview() |
boolean |
inPackage() |
boolean |
inType() |
boolean |
isInlineTag()
Will return true since this is an inline tag.
|
static void |
register(Map<String,IgniteLinkTaglet> tagletMap)
Register this Taglet.
|
String |
toString(com.sun.javadoc.Tag tag)
Given the
Tag representation of this custom tag, return its string representation. |
String |
toString(com.sun.javadoc.Tag[] tags)
This method should not be called since arrays of inline tags do not
exist.
|
public String getName()
getName in interface com.sun.tools.doclets.Tagletpublic boolean inField()
inField in interface com.sun.tools.doclets.Tagletpublic boolean inConstructor()
inConstructor 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,IgniteLinkTaglet> tagletMap)
tagletMap - the map to register this tag to.public String toString(com.sun.javadoc.Tag tag)
Tag representation of this custom tag, return its string representation.
Input: org.apache.ignite.grid.spi.indexing.h2.GridH2IndexingSpi#setIndexCustomFunctionClasses(Class[])
Output:
GridH2IndexingSpi.setIndexCustomFunctionClasses(java.lang.Class[])
toString in interface com.sun.tools.doclets.Taglettag - Tag representation of this custom tag.public String toString(com.sun.javadoc.Tag[] tags)
toString(Tag) should be used to convert this
inline tag to a string.toString in interface com.sun.tools.doclets.Taglettags - the array of Tags representing of this custom tag.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025