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

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

Uses of BundleCapability in org.osgi.framework.wiring
 

Methods in org.osgi.framework.wiring that return BundleCapability
 BundleCapability BundleWire.getCapability()
          Returns the BundleCapability for this wire.
 

Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapability
 java.util.List<BundleCapability> BundleWiring.getCapabilities(java.lang.String namespace)
          Returns the capabilities provided by this bundle wiring.
 java.util.List<BundleCapability> BundleRevision.getDeclaredCapabilities(java.lang.String namespace)
          Returns the capabilities declared by this bundle revision.
 

Methods in org.osgi.framework.wiring with parameters of type BundleCapability
 boolean BundleRequirement.matches(BundleCapability capability)
          Returns whether the specified capability matches this requirement.
 



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