|
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.CSVFieldMappingTaglet
public class CSVFieldMappingTaglet
Taglet for outputting the field mapping tag information. The
@csv.field-mapping tags will be displayed for classes
that have CSV field mapping set in the method Javadoc documentation.
The tag can only be used on the mapped bean's getXXX() method Javadocs.
| Constructor Summary | |
|---|---|
CSVFieldMappingTaglet()
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 included the the output 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 CSVFieldMappingTaglet()
| Method Detail |
|---|
public String getName()
getName in interface com.sun.tools.doclets.TagletTaglet.getName()public boolean inConstructor()
inConstructor in interface com.sun.tools.doclets.TagletfalseTaglet.inConstructor()public boolean inField()
inField in interface com.sun.tools.doclets.TagletfalseTaglet.inField()public boolean inMethod()
inMethod in interface com.sun.tools.doclets.TaglettrueTaglet.inMethod()public boolean inOverview()
inOverview in interface com.sun.tools.doclets.TagletfalseTaglet.inOverview()public boolean inPackage()
inPackage in interface com.sun.tools.doclets.TagletfalseTaglet.inPackage()public boolean inType()
inType in interface com.sun.tools.doclets.TagletfalseTaglet.inType()public boolean isInlineTag()
isInlineTag in interface com.sun.tools.doclets.TagletfalseTaglet.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.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 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 | |||||||||