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

Quick Search    Search Deep

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

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

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


Field Summary
private  java.lang.String NAME
           
private  java.lang.String ROWNAME
           
 
Constructor Summary
EndFormatTaglet()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of this taglet
 boolean inConstructor()
          end_format not expected to be used in constructor documentation.
 boolean inField()
          end_format not expected to be used in field documentation.
 boolean inMethod()
          end_format not expected to be used in method documentation.
 boolean inOverview()
          end_format can be used in overview documentation.
 boolean inPackage()
          end_format can be used in package documentation.
 boolean inType()
          end_format can be used in type documentation.
 boolean isInlineTag()
          end_format is not an inline tag.
static void register(java.util.Map tagletMap)
          Register this Taglet.
 java.lang.String toString(com.sun.javadoc.Tag tag)
          No-op.
 java.lang.String toString(com.sun.javadoc.Tag[] tags)
          No-op.
 
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

EndFormatTaglet

public EndFormatTaglet()
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()
end_format not expected to be used in field documentation.

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

inConstructor

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

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

inMethod

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

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

inOverview

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

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

inPackage

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

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

inType

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

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

isInlineTag

public boolean isInlineTag()
end_format 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)
No-op. Not currently used.

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

toString

public java.lang.String toString(com.sun.javadoc.Tag[] tags)
No-op. Not currently used.

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