Uses of Class
aQute.lib.tag.Tag

Packages that use Tag
aQute.bnd.make.coverage   
aQute.lib.osgi   
aQute.lib.tag   
 

Uses of Tag in aQute.bnd.make.coverage
 

Methods in aQute.bnd.make.coverage that return Tag
static Tag CoverageResource.toTag(Map<Clazz.MethodDef,List<Clazz.MethodDef>> catalog)
           
 

Uses of Tag in aQute.lib.osgi
 

Constructors in aQute.lib.osgi with parameters of type Tag
TagResource(Tag tag)
           
 

Uses of Tag in aQute.lib.tag
 

Methods in aQute.lib.tag that return Tag
 Tag Tag.addAttribute(String key, Date value)
          Add a new date attribute.
 Tag Tag.addAttribute(String key, int value)
          Add a new attribute.
 Tag Tag.addAttribute(String key, Object value)
          Add a new attribute.
 Tag Tag.addAttribute(String key, String value)
          Add a new attribute.
 Tag Tag.addContent(String string)
          Add a new content string.
 Tag Tag.addContent(Tag tag)
          Add a new content tag.
 Tag 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 Tag
 Collection<Tag> Tag.select(String path)
          root/preferences/native/os
 Collection<Tag> Tag.select(String path, Tag mapping)
           
 

Methods in aQute.lib.tag with parameters of type Tag
 Tag Tag.addContent(Tag tag)
          Add a new content tag.
 boolean Tag.match(String search, Tag child, Tag mapping)
           
 Collection<Tag> Tag.select(String path, Tag mapping)
           
 

Constructors in aQute.lib.tag with parameters of type Tag
Tag(Tag parent, String name, Object... contents)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.