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.osgi.framework.hooks.resolver
Methods in org.osgi.framework.hooks.resolver with parameters of type BundleCapabilityModifier and TypeMethodDescriptionvoidResolverHook.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 TypeMethodDescriptionvoidResolverHook.filterMatches(BundleRequirement requirement, Collection<BundleCapability> candidates) Filter matches hook method.voidResolverHook.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 theBundleCapabilityfor 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 TypeMethodDescriptionbooleanBundleRequirement.matches(BundleCapability capability) Returns whether the specified capability matches this requirement.