public class TagManager extends Object
Constructor and Description |
---|
TagManager(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
Tag |
getTagFor(String tagName)
Returns the Tag class with the given name.
|
String |
print(String aClassName,
String aFieldOrMtdSignature,
Tag aTag)
Prints the given Tag, assuming that it belongs to the given class and field or method.
|
void |
setTagPrinter(TagPrinter p)
Sets the default tag printer.
|
static TagManager |
v() |
public TagManager(Singletons.Global g)
public static TagManager v()
public Tag getTagFor(String tagName)
public void setTagPrinter(TagPrinter p)
Copyright © 2020 Sable. All rights reserved.