public class TagManager
extends java.lang.Object
| Constructor and Description |
|---|
TagManager(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
getTagFor(java.lang.String tagName)
Returns the Tag class with the given name.
|
java.lang.String |
print(java.lang.String aClassName,
java.lang.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(java.lang.String tagName)
public void setTagPrinter(TagPrinter p)
public java.lang.String print(java.lang.String aClassName,
java.lang.String aFieldOrMtdSignature,
Tag aTag)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.