Uses of Class
aQute.lib.tag.Tag

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

Uses of Tag in aQute.bnd.component
 

Methods in aQute.bnd.component that return Tag
 Tag HeaderReader.createComponentTag(String name, String impl, Map<String,String> info)
           
 

Constructors in aQute.bnd.component with parameters of type Tag
TagResource(Tag 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.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 © 2013 aQute SARL. All Rights Reserved.