|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.phoenix.javadoc.JcoderzTaglet
public class JcoderzTaglet
| Constructor Summary | |
|---|---|
JcoderzTaglet()
|
|
| Method Summary | |
|---|---|
String |
getName()
The name of the taglet. |
boolean |
inConstructor()
Will return true since xdoclet tag can be used in constructor documentation. |
boolean |
inField()
Will return true since xdoclet can be used in field documentation. |
boolean |
inMethod()
Will return true since xdoclet tag can be used in method documentation. |
boolean |
inOverview()
Will return true since xdoclet tag can be used in method documentation. |
boolean |
inPackage()
Will return true since xdoclet tag can be used in package documentation. |
boolean |
inType()
Will return true since xdoclet tag can be used in type documentation (classes or interfaces). |
boolean |
isInlineTag()
Will return false since xdoclet tags are not inline tags. |
static void |
register(Map tagletMap)
Register this Taglet. |
String |
toString(Tag tag)
Return empty string as the tags should not be shown in Javadoc. |
String |
toString(Tag[] tags)
Return empty string as the tags should not be shown in Javadoc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JcoderzTaglet()
| Method Detail |
|---|
public static void register(Map tagletMap)
tagletMap - the map to register this tag to.public String getName()
getName in interface com.sun.tools.doclets.Tagletpublic boolean inField()
inField in interface com.sun.tools.doclets.Tagletpublic boolean inConstructor()
inConstructor in interface com.sun.tools.doclets.Tagletpublic boolean inMethod()
inMethod in interface com.sun.tools.doclets.Tagletpublic boolean inOverview()
inOverview in interface com.sun.tools.doclets.Tagletpublic boolean inPackage()
inPackage in interface com.sun.tools.doclets.Tagletpublic boolean inType()
inType in interface com.sun.tools.doclets.Tagletpublic boolean isInlineTag()
isInlineTag in interface com.sun.tools.doclets.Tagletpublic String toString(Tag tag)
toString in interface com.sun.tools.doclets.Taglettag - the doclet tag encountered
public String toString(Tag[] tags)
toString in interface com.sun.tools.doclets.Taglettags - the doclet tags encountered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||