Uses of Interface
org.apache.felix.framework.capabilityset.Capability

Packages that use Capability
org.apache.felix.framework   
org.apache.felix.framework.capabilityset   
org.apache.felix.framework.resolver   
org.apache.felix.framework.util   
org.apache.felix.framework.util.manifestparser   
 

Uses of Capability in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return types with arguments of type Capability
 java.util.Set<Capability> FelixResolverState.getCandidates(Module module, Requirement req, boolean obeyMandatory)
           
 java.util.Set<Capability> Felix.FelixResolver.getCandidates(Module reqModule, Requirement req, boolean obeyMandatory)
           
 java.util.List<Capability> ModuleImpl.getCapabilities()
           
 

Uses of Capability in org.apache.felix.framework.capabilityset
 

Methods in org.apache.felix.framework.capabilityset that return types with arguments of type Capability
 java.util.Set<Capability> CapabilitySet.match(SimpleFilter sf, boolean obeyMandatory)
           
 

Methods in org.apache.felix.framework.capabilityset with parameters of type Capability
 void CapabilitySet.addCapability(Capability cap)
           
static boolean CapabilitySet.matches(Capability cap, SimpleFilter sf)
           
 void CapabilitySet.removeCapability(Capability cap)
           
 

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

Methods in org.apache.felix.framework.resolver that return Capability
 Capability WireModuleImpl.getCapability()
           
 Capability Wire.getCapability()
          Returns the associated capability from the exporting module that satisfies the requirement of the importing module.
 Capability WireImpl.getCapability()
           
 

Methods in org.apache.felix.framework.resolver that return types with arguments of type Capability
 java.util.Set<Capability> Resolver.ResolverState.getCandidates(Module module, Requirement req, boolean obeyMandatory)
           
 java.util.List<Capability> Module.getCapabilities()
           
 

Methods in org.apache.felix.framework.resolver with parameters of type Capability
 int CandidateComparator.compare(Capability cap1, Capability cap2)
           
 

Constructors in org.apache.felix.framework.resolver with parameters of type Capability
WireImpl(Module importer, Requirement ip, Module exporter, Capability ep)
           
WireModuleImpl(Module importer, Requirement requirement, Module exporter, Capability capability, java.util.List<java.lang.String> packages)
           
 

Uses of Capability in org.apache.felix.framework.util
 

Methods in org.apache.felix.framework.util that return Capability
static Capability Util.getSatisfyingCapability(Module m, Requirement req)
           
 

Methods in org.apache.felix.framework.util that return types with arguments of type Capability
static java.util.List<Capability> Util.getCapabilityByNamespace(Module module, java.lang.String namespace)
          Returns all the capabilities from a module that has a specified namespace.
 

Uses of Capability in org.apache.felix.framework.util.manifestparser
 

Classes in org.apache.felix.framework.util.manifestparser that implement Capability
 class CapabilityImpl
           
 

Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type Capability
 java.util.List<Capability> ManifestParser.getCapabilities()
           
static java.util.List<Capability> ManifestParser.parseExportHeader(Logger logger, Module owner, java.lang.String header, java.lang.String bsn, Version bv)
           
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.