Uses of Interface
org.osgi.framework.wiring.BundleCapability
-
Packages that use BundleCapability Package Description org.osgi.framework.hooks.resolver Framework Resolver Hooks Package Version 1.0.org.osgi.framework.wiring 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 BundleCapability Modifier and Type Method Description void
ResolverHook. filterSingletonCollisions(BundleCapability singleton, java.util.Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method.Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleCapability Modifier and Type Method Description void
ResolverHook. filterMatches(BundleRequirement requirement, java.util.Collection<BundleCapability> candidates)
Filter matches hook method.void
ResolverHook. filterSingletonCollisions(BundleCapability singleton, java.util.Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method. -
Uses of BundleCapability in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleCapability Modifier and Type Method Description BundleCapability
BundleWire. getCapability()
Returns theBundleCapability
for this wire.Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapability Modifier and Type Method Description java.util.Collection<BundleCapability>
FrameworkWiring. findProviders(Requirement requirement)
Find bundle capabilities that match the given requirement.java.util.List<BundleCapability>
BundleWiring. getCapabilities(java.lang.String namespace)
Returns the capabilities provided by this bundle wiring.java.util.List<BundleCapability>
BundleRevision. getDeclaredCapabilities(java.lang.String namespace)
Returns the capabilities declared by this bundle revision.Methods in org.osgi.framework.wiring with parameters of type BundleCapability Modifier and Type Method Description boolean
BundleRequirement. matches(BundleCapability capability)
Returns whether the specified capability matches this requirement.
-