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(java.lang.String path)
          root/preferences/native/os
 Tag[] Tag.select(java.lang.String path, Tag mapping)
           
 Tag ResourceImpl.toXML()
           
 Tag CapabilityImpl.toXML()
           
static Tag CapabilityImpl.toXML(org.osgi.service.obr.Capability capability)
           
static Tag RequirementImpl.toXML(org.osgi.service.obr.Requirement requirement)
           
static Tag ResourceImpl.toXML(org.osgi.service.obr.Resource resource)
           
static Tag ResourceImpl.toXML(org.osgi.service.obr.Resource resource, boolean relative)
           
 Tag RequirementImpl.toXML(java.lang.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(java.util.Collection c, java.lang.String type, Tag parent)
           
 boolean Tag.match(java.lang.String search, Tag child, Tag mapping)
           
 Tag[] Tag.select(java.lang.String path, Tag mapping)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.