public class PublicApiTaglet extends Object implements com.sun.tools.doclets.Taglet
dxa.publicApi and adds information to Javadoc about the DXA public API.
Supports multiple similar tags and all code elements.| Constructor and Description |
|---|
PublicApiTaglet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
inConstructor() |
boolean |
inField() |
boolean |
inMethod() |
boolean |
inOverview() |
boolean |
inPackage() |
boolean |
inType() |
boolean |
isInlineTag() |
static void |
register(Map<String,com.sun.tools.doclets.Taglet> tagletMap) |
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)
Given an array of
Tags representing this custom
tag, return its string representation. |
public 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 String getName()
getName in interface com.sun.tools.doclets.Tagletpublic String toString(com.sun.javadoc.Tag tag)
Tag representation of this custom tag, return its string representation.toString in interface com.sun.tools.doclets.Taglettag - the Tag representation of this custom tag.public String toString(com.sun.javadoc.Tag[] tags)
Tags representing this custom
tag, return its string representation.toString in interface com.sun.tools.doclets.Taglettags - the array of Tags representing of this custom tag.Copyright © 2015–2018 SDL. All rights reserved.