Uses of Class
aQute.lib.tag.Tag
-
Packages that use Tag Package Description aQute.lib.tag -
-
Uses of Tag in aQute.lib.tag
Methods in aQute.lib.tag that return Tag Modifier and Type Method Description TagTag. addAttribute(java.lang.String key, int value)Add a new attribute.TagTag. addAttribute(java.lang.String key, java.lang.Object value)Add a new attribute.TagTag. addAttribute(java.lang.String key, java.lang.String value)Add a new attribute.TagTag. addAttribute(java.lang.String key, java.util.Date value)Add a new date attribute.TagTag. addContent(Tag tag)Add a new content tag.TagTag. addContent(java.lang.String string)Add a new content string.TagTag. addContent(java.util.Map<java.lang.String,?> map)Add a new content tags.static TagTag. fromDTO(java.lang.String rootName, java.lang.Object dto)Convert the DTO object in arguments to a Tag object withrootNameas name.static TagTag. fromDTO(java.lang.String rootName, java.lang.String arrayElementName, java.lang.Object dto)Convert the DTO object in arguments to a Tag object withrootNameas name.TagTag. print(int indent, java.io.PrintWriter pw)Print the tag formatted to a PrintWriter.Methods in aQute.lib.tag that return types with arguments of type Tag Modifier and Type Method Description java.util.Collection<Tag>Tag. select(java.lang.String path)root/preferences/native/osjava.util.Collection<Tag>Tag. select(java.lang.String path, Tag mapping)Methods in aQute.lib.tag with parameters of type Tag Modifier and Type Method Description TagTag. addContent(Tag tag)Add a new content tag.booleanTag. match(java.lang.String search, Tag child, Tag mapping)java.util.Collection<Tag>Tag. select(java.lang.String path, Tag mapping)Constructors in aQute.lib.tag with parameters of type Tag Constructor Description Tag(Tag parent, java.lang.String name, java.lang.Object content)Tag(Tag parent, java.lang.String name, java.lang.Object... contents)
-