org.acm.seguin.pretty.ai
Class RequiredTags

java.lang.Object
  extended by org.acm.seguin.pretty.ai.RequiredTags

public class RequiredTags
extends java.lang.Object

Adds the tags as they are required by the pretty.settings file.

Author:
Chris Seguin

Method Summary
 void addTags(FileSettings bundle, java.lang.String key, java.lang.String name, JavaDocableImpl jdi)
          Adds the tags that are required for this object
static RequiredTags getTagger()
          Gets the Tagger attribute of the RequiredTags class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addTags

public void addTags(FileSettings bundle,
                    java.lang.String key,
                    java.lang.String name,
                    JavaDocableImpl jdi)
Adds the tags that are required for this object

Parameters:
bundle - the pretty printer bundle
key - the key for this object (class for classes and interfaces, method for methods and constructors, or field)
name - the name of the object
jdi - the javadoc tag holder

getTagger

public static RequiredTags getTagger()
Gets the Tagger attribute of the RequiredTags class

Returns:
The Tagger value