Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derbyBuild.javadoc
Class FormatIdTaglet  view FormatIdTaglet download FormatIdTaglet.java

java.lang.Object
  extended byorg.apache.derbyBuild.javadoc.FormatIdTaglet
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class FormatIdTaglet
extends java.lang.Object
implements com.sun.tools.doclets.Taglet


Field Summary
private  java.lang.String NAME
           
private  java.lang.String ROWNAME
           
 
Constructor Summary
FormatIdTaglet()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this taglet
 boolean inConstructor()
          format_id not expected to be used in constructor documentation.
 boolean inField()
          format_id not expected to be used in field documentation.
 boolean inMethod()
          format_id not expected to be used in method documentation.
 boolean inOverview()
          format_id can be used in overview documentation.
 boolean inPackage()
          format_id can be used in package documentation.
 boolean inType()
          format_id can be used in type documentation.
 boolean isInlineTag()
          format_id is not an inline tag.
static void register(java.util.Map tagletMap)
          Register this Taglet.
 java.lang.String toString(com.sun.javadoc.Tag tag)
          Embed the contents of the format_id tag as a row in the disk format table.
 java.lang.String toString(com.sun.javadoc.Tag[] tags)
          Embed multiple format_id tags as cells in the disk format table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

private java.lang.String NAME

ROWNAME

private java.lang.String ROWNAME
Constructor Detail

FormatIdTaglet

public FormatIdTaglet()
Method Detail

getName

public java.lang.String getName()
Returns the name of this taglet

Specified by:
getName in interface com.sun.tools.doclets.Taglet

inField

public boolean inField()
format_id not expected to be used in field documentation.

Specified by:
inField in interface com.sun.tools.doclets.Taglet

inConstructor

public boolean inConstructor()
format_id not expected to be used in constructor documentation.

Specified by:
inConstructor in interface com.sun.tools.doclets.Taglet

inMethod

public boolean inMethod()
format_id not expected to be used in method documentation.

Specified by:
inMethod in interface com.sun.tools.doclets.Taglet

inOverview

public boolean inOverview()
format_id can be used in overview documentation.

Specified by:
inOverview in interface com.sun.tools.doclets.Taglet

inPackage

public boolean inPackage()
format_id can be used in package documentation.

Specified by:
inPackage in interface com.sun.tools.doclets.Taglet

inType

public boolean inType()
format_id can be used in type documentation.

Specified by:
inType in interface com.sun.tools.doclets.Taglet

isInlineTag

public boolean isInlineTag()
format_id is not an inline tag.

Specified by:
isInlineTag in interface com.sun.tools.doclets.Taglet

register

public static void register(java.util.Map tagletMap)
Register this Taglet.


toString

public java.lang.String toString(com.sun.javadoc.Tag tag)
Embed the contents of the format_id tag as a row in the disk format table.

Specified by:
toString in interface com.sun.tools.doclets.Taglet

toString

public java.lang.String toString(com.sun.javadoc.Tag[] tags)
Embed multiple format_id tags as cells in the disk format table.

Specified by:
toString in interface com.sun.tools.doclets.Taglet