Class UserLevel

java.lang.Object
  extended by UserLevel
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class UserLevel
extends Object
implements com.sun.tools.doclets.Taglet

Taglet providing the for.developer, for.powerUser and for.User tags.

Author:
Matthew Pocock

Constructor Summary
UserLevel(String name, String message)
           
 
Method Summary
 String getName()
           
 boolean inConstructor()
           
 boolean inField()
           
 boolean inMethod()
           
 boolean inOverview()
           
 boolean inPackage()
           
 boolean inType()
           
 boolean isInlineTag()
           
static void register(Map tagletMap)
           
 String toString(Tag tag)
           
 String toString(Tag[] tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserLevel

public UserLevel(String name,
                 String message)
Method Detail

register

public static void register(Map tagletMap)

getName

public String getName()
Specified by:
getName in interface com.sun.tools.doclets.Taglet

inField

public boolean inField()
Specified by:
inField in interface com.sun.tools.doclets.Taglet

inConstructor

public boolean inConstructor()
Specified by:
inConstructor in interface com.sun.tools.doclets.Taglet

inMethod

public boolean inMethod()
Specified by:
inMethod in interface com.sun.tools.doclets.Taglet

inOverview

public boolean inOverview()
Specified by:
inOverview in interface com.sun.tools.doclets.Taglet

inPackage

public boolean inPackage()
Specified by:
inPackage in interface com.sun.tools.doclets.Taglet

inType

public boolean inType()
Specified by:
inType in interface com.sun.tools.doclets.Taglet

isInlineTag

public boolean isInlineTag()
Specified by:
isInlineTag in interface com.sun.tools.doclets.Taglet

toString

public String toString(Tag tag)
Specified by:
toString in interface com.sun.tools.doclets.Taglet

toString

public String toString(Tag[] tags)
Specified by:
toString in interface com.sun.tools.doclets.Taglet