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

Packages that use BundleRequirement
org.apache.felix.framework   
org.apache.felix.framework.resolver   
org.apache.felix.framework.util   
org.apache.felix.framework.util.manifestparser   
org.apache.felix.framework.wiring   
org.osgi.framework.hooks.resolver   
org.osgi.framework.wiring   
 

Uses of BundleRequirement in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return types with arguments of type BundleRequirement
 java.util.List<BundleRequirement> BundleRevisionImpl.getDeclaredRequirements(java.lang.String namespace)
           
 java.util.List<BundleRequirement> BundleWiringImpl.getRequirements(java.lang.String namespace)
           
 

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

Classes in org.apache.felix.framework.resolver that implement BundleRequirement
 class HostedRequirement
           
 

Methods in org.apache.felix.framework.resolver that return BundleRequirement
 BundleRequirement ResolverWire.getRequirement()
          Returns the associated requirement from the importing bundle revision that resulted in the creation of this wire.
 BundleRequirement ResolveException.getRequirement()
           
 

Methods in org.apache.felix.framework.resolver with parameters of type BundleRequirement
 java.util.SortedSet<BundleCapability> Resolver.ResolverState.getCandidates(BundleRequirement req, boolean obeyMandatory)
           
 boolean Resolver.ResolverState.isEffective(BundleRequirement req)
           
 

Constructors in org.apache.felix.framework.resolver with parameters of type BundleRequirement
ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)
          Constructs an instance of ResolveException with the specified detail message.
 

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

Methods in org.apache.felix.framework.util that return types with arguments of type BundleRequirement
static java.util.List<BundleRequirement> Util.getDynamicRequirements(java.util.List<BundleRequirement> reqs)
           
 

Methods in org.apache.felix.framework.util with parameters of type BundleRequirement
 void SecureAction.invokeResolverHookMatches(ResolverHook rh, BundleRequirement req, java.util.Collection<BundleCapability> candidates)
           
 

Method parameters in org.apache.felix.framework.util with type arguments of type BundleRequirement
static java.util.List<BundleRequirement> Util.getDynamicRequirements(java.util.List<BundleRequirement> reqs)
           
 

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

Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type BundleRequirement
 java.util.List<BundleRequirement> ManifestParser.getRequirements()
           
static java.util.List<BundleRequirement> ManifestParser.parseDynamicImportHeader(Logger logger, BundleRevision owner, java.lang.String header)
           
 

Uses of BundleRequirement in org.apache.felix.framework.wiring
 

Classes in org.apache.felix.framework.wiring that implement BundleRequirement
 class BundleRequirementImpl
           
 

Methods in org.apache.felix.framework.wiring that return BundleRequirement
 BundleRequirement BundleWireImpl.getRequirement()
           
 

Constructors in org.apache.felix.framework.wiring with parameters of type BundleRequirement
BundleWireImpl(BundleRevision requirer, BundleRequirement req, BundleRevision provider, BundleCapability cap)
           
 

Uses of BundleRequirement in org.osgi.framework.hooks.resolver
 

Methods in org.osgi.framework.hooks.resolver with parameters of type BundleRequirement
 void ResolverHook.filterMatches(BundleRequirement requirement, java.util.Collection<BundleCapability> candidates)
          Filter matches hook method.
 

Uses of BundleRequirement in org.osgi.framework.wiring
 

Methods in org.osgi.framework.wiring that return BundleRequirement
 BundleRequirement BundleWire.getRequirement()
          Return the BundleRequirement for this wire.
 

Methods in org.osgi.framework.wiring that return types with arguments of type BundleRequirement
 java.util.List<BundleRequirement> BundleRevision.getDeclaredRequirements(java.lang.String namespace)
          Returns the requirements declared by this bundle revision.
 java.util.List<BundleRequirement> BundleWiring.getRequirements(java.lang.String namespace)
          Returns the requirements of this bundle wiring.
 



Copyright © 2012. All Rights Reserved.