attrib4j
Class Utensil

java.lang.Object
  |
  +--attrib4j.Utensil

public class Utensil
extends java.lang.Object

Author:
Mark.Pollack

Constructor Summary
Utensil()
           
 
Method Summary
static java.util.Set getJavadocClassTags()
          Return the set of all javadoc tags used for documentation of classes/interfaces
static java.util.Set getJavadocFieldTags()
          Return the set of all javadoc tags used for documentation of fields
static java.util.Set getJavadocMethodTags()
          Return the set of all javadoc tags used for documentation of methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utensil

public Utensil()
Method Detail

getJavadocClassTags

public static java.util.Set getJavadocClassTags()
Return the set of all javadoc tags used for documentation of classes/interfaces

Returns:
Set The set of all javadoc tags used for documentation. of classes/interfaces

getJavadocMethodTags

public static java.util.Set getJavadocMethodTags()
Return the set of all javadoc tags used for documentation of methods.

Returns:
Set The set of all javadoc tags used for documentation of methods

getJavadocFieldTags

public static java.util.Set getJavadocFieldTags()
Return the set of all javadoc tags used for documentation of fields

Returns:
Set The set of all javadoc tags used for documentation of fields


Copyright © 2002-2003 Mark Pollack. All Rights Reserved.