Uses of Class
aQute.lib.tag.Tag
Packages that use Tag
-
Uses of Tag in aQute.lib.tag
Methods in aQute.lib.tag that return TagModifier and TypeMethodDescriptionTag.addAttribute(String key, int value) Add a new attribute.Tag.addAttribute(String key, Object value) Add a new attribute.Tag.addAttribute(String key, String value) Add a new attribute.Tag.addAttribute(String key, Date value) Add a new date attribute.Tag.addContent(Tag tag) Add a new content tag.Tag.addContent(String string) Add a new content string.Tag.addContent(Map<String, ?> map) Add a new content tags.static TagConvert the DTO object in arguments to a Tag object withrootNameas name.static TagConvert the DTO object in arguments to a Tag object withrootNameas name.Tag.print(int indent, PrintWriter pw) Print the tag formatted to a PrintWriter.Methods in aQute.lib.tag that return types with arguments of type TagModifier and TypeMethodDescriptionroot/preferences/native/osMethods in aQute.lib.tag with parameters of type TagConstructors in aQute.lib.tag with parameters of type Tag