|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.ai.RequiredTags
public class RequiredTags
Adds the tags as they are required by the pretty.settings file.
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 |
---|
public void addTags(FileSettings bundle, java.lang.String key, java.lang.String name, JavaDocableImpl jdi)
bundle
- the pretty printer bundlekey
- the key for this object (class for classes and interfaces,
method for methods and constructors, or field)name
- the name of the objectjdi
- the javadoc tag holderpublic static RequiredTags getTagger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |