Uses of Interface
org.apache.felix.moduleloader.ICapability

Packages that use ICapability
org.apache.felix.framework   
org.apache.felix.framework.searchpolicy   
org.apache.felix.framework.util   
org.apache.felix.framework.util.manifestparser   
org.apache.felix.moduleloader   
 

Uses of ICapability in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return ICapability
static ICapability FelixResolverState.getExportPackageCapability(IModule m, String pkgName)
           
 

Uses of ICapability in org.apache.felix.framework.searchpolicy
 

Fields in org.apache.felix.framework.searchpolicy declared as ICapability
 ICapability PackageSource.m_capability
           
 

Methods in org.apache.felix.framework.searchpolicy that return ICapability
 ICapability[] ModuleImpl.getCapabilities()
           
 ICapability R4WireModule.getCapability()
           
 ICapability R4WireFragment.getCapability()
           
 ICapability R4Wire.getCapability()
           
 

Constructors in org.apache.felix.framework.searchpolicy with parameters of type ICapability
PackageSource(IModule module, ICapability capability)
           
R4Wire(IModule importer, IRequirement requirement, IModule exporter, ICapability capability)
           
R4WireModule(IModule importer, IRequirement requirement, IModule exporter, ICapability capability, Map pkgMap)
           
 

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

Methods in org.apache.felix.framework.util that return ICapability
static ICapability[] Util.getCapabilityByNamespace(IModule module, String namespace)
          Returns all the capabilities from a module that has a specified namespace.
static ICapability Util.getSatisfyingCapability(IModule m, IRequirement req)
           
 

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

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

Methods in org.apache.felix.framework.util.manifestparser that return ICapability
 ICapability[] ManifestParser.getCapabilities()
           
static ICapability ManifestParser.parseBundleSymbolicName(Map headerMap)
           
static ICapability[] ManifestParser.parseExportHeader(String header)
           
 

Methods in org.apache.felix.framework.util.manifestparser with parameters of type ICapability
 boolean Requirement.isSatisfied(ICapability capability)
           
 

Uses of ICapability in org.apache.felix.moduleloader
 

Methods in org.apache.felix.moduleloader that return ICapability
 ICapability[] IModule.getCapabilities()
           
 ICapability IWire.getCapability()
           
 

Methods in org.apache.felix.moduleloader with parameters of type ICapability
 boolean IRequirement.isSatisfied(ICapability capability)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.