org.incava.doctorj
Class JavadocTags

java.lang.Object
  extended by org.incava.doctorj.JavadocTags

public class JavadocTags
extends java.lang.Object

Javadoc tags and the order in which they should appear for each Java type.


Nested Class Summary
static class JavadocTags.TagDescription
           
 
Field Summary
static java.lang.String AUTHOR
           
static int CUSTOM_TAG
           
static java.lang.String DEPRECATED
           
static java.lang.String EXCEPTION
           
static java.lang.String PARAM
           
static java.lang.String RETURN
           
static java.lang.String SEE
           
static java.lang.String SERIAL
           
static java.lang.String SERIALDATA
           
static java.lang.String SERIALFIELD
           
static java.lang.String SINCE
           
static java.lang.String THROWS
           
static java.lang.String VERSION
           
 
Constructor Summary
JavadocTags()
           
 
Method Summary
static void add(JavadocTags.TagDescription td)
           
static int getIndex(java.lang.String tag)
           
static java.util.List getTagsAtIndex(int index)
           
static java.util.List getValidClassTags()
           
static java.util.List getValidConstructorTags()
           
static java.util.List getValidFieldTags()
           
static java.util.List getValidInterfaceTags()
           
static java.util.List getValidMethodTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHOR

public static final java.lang.String AUTHOR
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

PARAM

public static final java.lang.String PARAM
See Also:
Constant Field Values

RETURN

public static final java.lang.String RETURN
See Also:
Constant Field Values

EXCEPTION

public static final java.lang.String EXCEPTION
See Also:
Constant Field Values

THROWS

public static final java.lang.String THROWS
See Also:
Constant Field Values

SEE

public static final java.lang.String SEE
See Also:
Constant Field Values

SINCE

public static final java.lang.String SINCE
See Also:
Constant Field Values

SERIAL

public static final java.lang.String SERIAL
See Also:
Constant Field Values

SERIALDATA

public static final java.lang.String SERIALDATA
See Also:
Constant Field Values

SERIALFIELD

public static final java.lang.String SERIALFIELD
See Also:
Constant Field Values

DEPRECATED

public static final java.lang.String DEPRECATED
See Also:
Constant Field Values

CUSTOM_TAG

public static final int CUSTOM_TAG
See Also:
Constant Field Values
Constructor Detail

JavadocTags

public JavadocTags()
Method Detail

add

public static void add(JavadocTags.TagDescription td)

getIndex

public static int getIndex(java.lang.String tag)

getTagsAtIndex

public static java.util.List getTagsAtIndex(int index)

getValidConstructorTags

public static java.util.List getValidConstructorTags()

getValidMethodTags

public static java.util.List getValidMethodTags()

getValidFieldTags

public static java.util.List getValidFieldTags()

getValidInterfaceTags

public static java.util.List getValidInterfaceTags()

getValidClassTags

public static java.util.List getValidClassTags()