|
CSVObjects Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.anupam.csv.taglets.CSVBeanMappingTaglet
public class CSVBeanMappingTaglet
Taglet for outputting the CSV bean mapping information. The
@csv.bean-mapping
tags will be displayed for classes
that have CSV bean mapping set in the type Javadoc comment. The tag can
only be specified in the type Javadoc.
Constructor Summary | |
---|---|
CSVBeanMappingTaglet()
Constructor for CSVBeanMappingTaglet. |
Method Summary | |
---|---|
String |
getName()
Returns the name of this Javadoc tag. |
boolean |
inConstructor()
Indicates whether this tag can be used in a constructor Javadoc. |
boolean |
inField()
Indicates whether this tag can be used in a field Javadoc. |
boolean |
inMethod()
Indicates whether this tag can be used in a method Javadoc. |
boolean |
inOverview()
Indicates whether this tag can be used in the overview Javadoc. |
boolean |
inPackage()
Indicates whether this tag can be used in the package Javadoc. |
boolean |
inType()
Indicates whether this tag can be used in a Type Javadoc. |
boolean |
isInlineTag()
Indicates whether this is an inline tag. |
static void |
register(Map<String,com.sun.tools.doclets.internal.toolkit.taglets.Taglet> tagletMap)
Register a new instance of this taglet to the Javadoc taglet set. |
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)
Returns the string to be displayed on the Javadoc for the specified tags. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVBeanMappingTaglet()
Method Detail |
---|
public String getName()
getName
in interface com.sun.tools.doclets.Taglet
Taglet.getName()
public boolean inConstructor()
inConstructor
in interface com.sun.tools.doclets.Taglet
false
Taglet.inConstructor()
public boolean inField()
inField
in interface com.sun.tools.doclets.Taglet
false
Taglet.inField()
public boolean inMethod()
inMethod
in interface com.sun.tools.doclets.Taglet
false
Taglet.inMethod()
public boolean inOverview()
inOverview
in interface com.sun.tools.doclets.Taglet
false
Taglet.inOverview()
public boolean inPackage()
inPackage
in interface com.sun.tools.doclets.Taglet
false
Taglet.inPackage()
public boolean inType()
inType
in interface com.sun.tools.doclets.Taglet
true
Taglet.inType()
public boolean isInlineTag()
isInlineTag
in interface com.sun.tools.doclets.Taglet
false
Taglet.isInlineTag()
public static void register(Map<String,com.sun.tools.doclets.internal.toolkit.taglets.Taglet> tagletMap)
tagletMap
- the Javadoc taglet set.public String toString(com.sun.javadoc.Tag tag)
Tag
representation of this custom tag, return
its string representation.
toString
in interface com.sun.tools.doclets.Taglet
tag
- the Tag
representation of this custom tag.
public String toString(com.sun.javadoc.Tag[] tags)
toString
in interface com.sun.tools.doclets.Taglet
tags
- the list of tags for which the string representation should be returned
Taglet.toString(com.sun.javadoc.Tag[])
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |