Uses of Interface
org.osgi.framework.resource.Capability

Packages that use Capability
org.apache.felix.resolver   
org.apache.felix.resolver.impl   
org.osgi.framework.resource Framework Resource Package Version 1.0. 
org.osgi.framework.wiring Framework Wiring Package Version 1.1. 
org.osgi.service.resolver Resolver Package Version 1.0. 
 

Uses of Capability in org.apache.felix.resolver
 

Method parameters in org.apache.felix.resolver with type arguments of type Capability
 java.util.Map<Resource,java.util.List<Wire>> FelixResolver.resolve(Environment env, Resource resource, Requirement dynReq, java.util.SortedSet<Capability> cands, java.util.Collection<? extends Resource> ondemandFragments)
           
 

Uses of Capability in org.apache.felix.resolver.impl
 

Classes in org.apache.felix.resolver.impl that implement Capability
 class HostedCapability
           
 

Methods in org.apache.felix.resolver.impl that return Capability
 Capability HostedCapability.getOriginalCapability()
           
static Capability Util.getSatisfyingCapability(Environment env, Resource br, Requirement req)
           
 

Methods in org.apache.felix.resolver.impl with parameters of type Capability
 boolean HostedRequirement.matches(Capability capability)
           
 

Method parameters in org.apache.felix.resolver.impl with type arguments of type Capability
 java.util.Map<Resource,java.util.List<Wire>> ResolverImpl.resolve(Environment env, Resource resource, Requirement req, java.util.SortedSet<Capability> candidates, java.util.Collection<? extends Resource> ondemandFragments)
           
 

Constructors in org.apache.felix.resolver.impl with parameters of type Capability
HostedCapability(Resource host, Capability cap)
           
 

Uses of Capability in org.osgi.framework.resource
 

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

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

Methods in org.osgi.framework.resource with parameters of type Capability
 boolean Requirement.matches(Capability capability)
          Returns whether the specified capability matches this requirement.
 

Uses of Capability in org.osgi.framework.wiring
 

Subinterfaces of Capability in org.osgi.framework.wiring
 interface BundleCapability
          A capability that has been declared from a bundle revision.
 

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

Uses of Capability in org.osgi.service.resolver
 

Methods in org.osgi.service.resolver that return types with arguments of type Capability
 java.util.SortedSet<Capability> Environment.findProviders(Requirement requirement)
          Find any capabilities that match the supplied requirement.
 



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