Uses of Interface
org.osgi.framework.wiring.BundleCapability
Packages that use BundleCapability
Package
Description
Framework Resolver Hooks Package Version 1.0.
Framework Wiring Package Version 1.2.
-
Uses of BundleCapability in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type BundleCapabilityModifier and TypeMethodDescriptionResolveContextImpl.findProviders
(BundleRequirement br, boolean obeyMandatory) BundleWiringImpl.getCapabilities
(String namespace) BundleRevisionImpl.getDeclaredCapabilities
(String namespace) Method parameters in org.apache.felix.framework with type arguments of type BundleCapabilityModifier and TypeMethodDescriptionint
ResolveContextImpl.insertHostedCapability
(List<BundleCapability> caps, HostedCapability hc) -
Uses of BundleCapability in org.apache.felix.framework.capabilityset
Methods in org.apache.felix.framework.capabilityset that return types with arguments of type BundleCapabilityMethods in org.apache.felix.framework.capabilityset with parameters of type BundleCapabilityModifier and TypeMethodDescriptionvoid
CapabilitySet.addCapability
(BundleCapability cap) static boolean
CapabilitySet.matches
(BundleCapability cap, SimpleFilter sf) void
CapabilitySet.removeCapability
(BundleCapability cap) -
Uses of BundleCapability in org.apache.felix.framework.resolver
Subinterfaces of BundleCapability in org.apache.felix.framework.resolverClasses in org.apache.felix.framework.resolver that implement BundleCapabilityMethods in org.apache.felix.framework.resolver that return BundleCapabilityModifier and TypeMethodDescriptionResolverWire.getCapability()
Returns the associated capability from the exporting bundle revision that satisfies the requirement of the importing bundle revision.HostedCapability.getDeclaredCapability()
WrappedCapability.getDeclaredCapability()
Methods in org.apache.felix.framework.resolver that return types with arguments of type BundleCapabilityModifier and TypeMethodDescriptionabstract List
<BundleCapability> ResolveContext.findProviders
(BundleRequirement br, boolean obeyMandatory) Methods in org.apache.felix.framework.resolver with parameters of type BundleCapabilityModifier and TypeMethodDescriptionint
CandidateComparator.compare
(BundleCapability cap1, BundleCapability cap2) Method parameters in org.apache.felix.framework.resolver with type arguments of type BundleCapabilityModifier and TypeMethodDescriptionabstract int
ResolveContext.insertHostedCapability
(List<BundleCapability> caps, HostedCapability hc) -
Uses of BundleCapability in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return BundleCapabilityModifier and TypeMethodDescriptionstatic BundleCapability
Util.getPackageCapability
(BundleRevision br, String name) Methods in org.apache.felix.framework.util that return types with arguments of type BundleCapabilityModifier and TypeMethodDescriptionstatic List
<BundleCapability> Util.getCapabilityByNamespace
(BundleRevision br, String namespace) Returns all the capabilities from a module that has a specified namespace.Methods in org.apache.felix.framework.util with parameters of type BundleCapabilityModifier and TypeMethodDescriptionvoid
SecureAction.invokeResolverHookSingleton
(ResolverHook rh, BundleCapability singleton, Collection<BundleCapability> collisions) Method parameters in org.apache.felix.framework.util with type arguments of type BundleCapabilityModifier and TypeMethodDescriptionvoid
SecureAction.invokeResolverHookMatches
(ResolverHook rh, BundleRequirement req, Collection<BundleCapability> candidates) void
SecureAction.invokeResolverHookSingleton
(ResolverHook rh, BundleCapability singleton, Collection<BundleCapability> collisions) -
Uses of BundleCapability in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type BundleCapabilityModifier and TypeMethodDescriptionManifestParser.getCapabilities()
static List
<BundleCapability> ManifestParser.parseExportHeader
(Logger logger, BundleRevision owner, String header, String bsn, Version bv) -
Uses of BundleCapability in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleCapabilityMethods in org.apache.felix.framework.wiring that return BundleCapabilityMethods in org.apache.felix.framework.wiring with parameters of type BundleCapabilityConstructors in org.apache.felix.framework.wiring with parameters of type BundleCapabilityModifierConstructorDescriptionBundleWireImpl
(BundleRevision requirer, BundleRequirement req, BundleRevision provider, BundleCapability cap) -
Uses of BundleCapability in org.osgi.framework.hooks.resolver
Methods in org.osgi.framework.hooks.resolver with parameters of type BundleCapabilityModifier and TypeMethodDescriptionvoid
ResolverHook.filterSingletonCollisions
(BundleCapability singleton, Collection<BundleCapability> collisionCandidates) Filter singleton collisions hook method.Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleCapabilityModifier and TypeMethodDescriptionvoid
ResolverHook.filterMatches
(BundleRequirement requirement, Collection<BundleCapability> candidates) Filter matches hook method.void
ResolverHook.filterSingletonCollisions
(BundleCapability singleton, Collection<BundleCapability> collisionCandidates) Filter singleton collisions hook method. -
Uses of BundleCapability in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleCapabilityModifier and TypeMethodDescriptionBundleWire.getCapability()
Returns theBundleCapability
for this wire.Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapabilityModifier and TypeMethodDescriptionFrameworkWiring.findProviders
(Requirement requirement) Find bundle capabilities that match the given requirement.BundleWiring.getCapabilities
(String namespace) Returns the capabilities provided by this bundle wiring.BundleRevision.getDeclaredCapabilities
(String namespace) Returns the capabilities declared by this bundle revision.Methods in org.osgi.framework.wiring with parameters of type BundleCapabilityModifier and TypeMethodDescriptionboolean
BundleRequirement.matches
(BundleCapability capability) Returns whether the specified capability matches this requirement.