Uses of Class
org.osgi.impl.bundle.obr.resource.Tag

Packages that use Tag
org.osgi.impl.bundle.obr.resource   
 

Uses of Tag in org.osgi.impl.bundle.obr.resource
 

Methods in org.osgi.impl.bundle.obr.resource that return Tag
 Tag[] Tag.select(String path)
          root/preferences/native/os
 Tag[] Tag.select(String path, Tag mapping)
           
 Tag ResourceImpl.toXML()
           
 Tag CapabilityImpl.toXML()
           
static Tag CapabilityImpl.toXML(Capability capability)
           
static Tag RequirementImpl.toXML(Requirement requirement)
           
static Tag ResourceImpl.toXML(Resource resource)
           
static Tag ResourceImpl.toXML(Resource resource, boolean relative)
           
 Tag RequirementImpl.toXML(String name)
           
 

Methods in org.osgi.impl.bundle.obr.resource with parameters of type Tag
 void Tag.addContent(Tag tag)
          Add a new content tag.
static void Tag.convert(Collection c, String type, Tag parent)
           
 boolean Tag.match(String search, Tag child, Tag mapping)
           
 Tag[] Tag.select(String path, Tag mapping)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.