Uses of Interface
org.osgi.framework.wiring.BundleRevision

Packages that use BundleRevision
org.osgi.framework.wiring Framework Wiring Package Version 1.1. 
 

Uses of BundleRevision in org.osgi.framework.wiring
 

Methods in org.osgi.framework.wiring that return BundleRevision
 BundleRevision BundleWire.getProvider()
          Returns the resource providing the capability.
 BundleRevision BundleWire.getRequirer()
          Returns the resource who requires the capability.
 BundleRevision BundleWiring.getResource()
          Returns the resource associated with this wiring.
 BundleRevision BundleCapability.getResource()
          Returns the resource declaring this capability.
 BundleRevision BundleRequirement.getResource()
          Returns the resource declaring this requirement.
 BundleRevision BundleWiring.getRevision()
          Returns the bundle revision for the bundle in this bundle wiring.
 BundleRevision BundleCapability.getRevision()
          Returns the bundle revision declaring this capability.
 BundleRevision BundleRequirement.getRevision()
          Returns the bundle revision declaring this requirement.
 

Methods in org.osgi.framework.wiring that return types with arguments of type BundleRevision
 java.util.List<BundleRevision> BundleRevisions.getRevisions()
          Return the bundle revisions for the referenced bundle.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.