nesstar.javadoc
Class BugTaglet
java.lang.Object
nesstar.javadoc.ATaglet
nesstar.javadoc.BugTaglet
public class BugTaglet
- extends ATaglet
A Taglet for @bug.
This is not an inline tag.
The text is displayed in red.
For example, "@but Fix this!" would be shown as:
-
Bug:
- Author:
- Titto Assini
|
Method Summary |
String |
getName()
Return the name of this custom tag. |
boolean |
isInlineTag()
|
static void |
register(Map tagletMap)
Register this Taglet. |
String |
toString(Tag[] tags)
Given an array of Tags representing this custom
tag, return its string representation. |
BugTaglet
public BugTaglet()
isInlineTag
public boolean isInlineTag()
- Overrides:
isInlineTag in class ATaglet
- Returns:
- false since
@bug is not an inline tag.
register
public static void register(Map tagletMap)
- Register this Taglet.
- Parameters:
tagletMap - the map to register this tag to.
getName
public String getName()
- Return the name of this custom tag.
toString
public String toString(Tag[] tags)
- Given an array of
Tags representing this custom
tag, return its string representation.
- Overrides:
toString in class ATaglet
- Parameters:
tags - the array of Tags representing of this custom tag.
Copyright©2003 NSD - All Rights Reserved