Uses of Interface
org.osgi.resource.Capability

Packages that use Capability
org.eclipse.osgi.internal.resolver   
org.osgi.resource   
 

Uses of Capability in org.eclipse.osgi.internal.resolver
 

Methods in org.eclipse.osgi.internal.resolver that return types with arguments of type Capability
 List<Capability> BundleDescriptionImpl.getCapabilities(String namespace)
           
 

Uses of Capability in org.osgi.resource
 

Methods in org.osgi.resource that return Capability
 Capability Wire.getCapability()
          Returns the Capability for this wire.
 

Methods in org.osgi.resource that return types with arguments of type Capability
 List<Capability> Resource.getCapabilities(String namespace)
          Returns the capabilities declared by this resource.
 List<Capability> Wiring.getResourceCapabilities(String namespace)
          Returns the capabilities provided by this wiring.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.