Uses of Interface
org.osgi.framework.wiring.BundleRequirement
Packages that use BundleRequirement
Package
Description
Framework Resolver Hooks Package Version 1.0.
Framework Wiring Package Version 1.2.
-
Uses of BundleRequirement in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type BundleRequirementModifier and TypeMethodDescriptionBundleRevisionImpl.getDeclaredRequirements
(String namespace) BundleWiringImpl.getRequirements
(String namespace) Methods in org.apache.felix.framework with parameters of type BundleRequirementModifier and TypeMethodDescriptionResolveContextImpl.findProviders
(BundleRequirement br, boolean obeyMandatory) boolean
ResolveContextImpl.isEffective
(BundleRequirement br) -
Uses of BundleRequirement in org.apache.felix.framework.resolver
Classes in org.apache.felix.framework.resolver that implement BundleRequirementMethods in org.apache.felix.framework.resolver that return BundleRequirementModifier and TypeMethodDescriptionResolveException.getRequirement()
ResolverWire.getRequirement()
Returns the associated requirement from the importing bundle revision that resulted in the creation of this wire.Methods in org.apache.felix.framework.resolver with parameters of type BundleRequirementModifier and TypeMethodDescriptionabstract List
<BundleCapability> ResolveContext.findProviders
(BundleRequirement br, boolean obeyMandatory) abstract boolean
ResolveContext.isEffective
(BundleRequirement br) Constructors in org.apache.felix.framework.resolver with parameters of type BundleRequirementModifierConstructorDescriptionResolveException
(String msg, BundleRevision revision, BundleRequirement req) Constructs an instance ofResolveException
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 BundleRequirementModifier and TypeMethodDescriptionstatic List
<BundleRequirement> Util.getDynamicRequirements
(List<BundleRequirement> reqs) Methods in org.apache.felix.framework.util with parameters of type BundleRequirementModifier and TypeMethodDescriptionvoid
SecureAction.invokeResolverHookMatches
(ResolverHook rh, BundleRequirement req, Collection<BundleCapability> candidates) Method parameters in org.apache.felix.framework.util with type arguments of type BundleRequirementModifier and TypeMethodDescriptionstatic List
<BundleRequirement> Util.getDynamicRequirements
(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 BundleRequirementModifier and TypeMethodDescriptionManifestParser.getRequirements()
static List
<BundleRequirement> ManifestParser.parseDynamicImportHeader
(Logger logger, BundleRevision owner, String header) -
Uses of BundleRequirement in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleRequirementMethods in org.apache.felix.framework.wiring that return BundleRequirementConstructors in org.apache.felix.framework.wiring with parameters of type BundleRequirementModifierConstructorDescriptionBundleWireImpl
(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 BundleRequirementModifier and TypeMethodDescriptionvoid
ResolverHook.filterMatches
(BundleRequirement requirement, Collection<BundleCapability> candidates) Filter matches hook method. -
Uses of BundleRequirement in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleRequirementModifier and TypeMethodDescriptionBundleWire.getRequirement()
Return theBundleRequirement
for this wire.Methods in org.osgi.framework.wiring that return types with arguments of type BundleRequirementModifier and TypeMethodDescriptionBundleRevision.getDeclaredRequirements
(String namespace) Returns the requirements declared by this bundle revision.BundleWiring.getRequirements
(String namespace) Returns the requirements of this bundle wiring.