Uses of Interface
org.osgi.resource.Capability
Packages that use Capability
Package
Description
Framework Wiring Package Version 1.2.
Resource Package Version 1.0.
Resolver Service Package Version 1.1.
-
Uses of Capability in org.osgi.framework.wiring
Subinterfaces of Capability in org.osgi.framework.wiringModifier and TypeInterfaceDescriptioninterface
A capability that has been declared from abundle revision
.Methods in org.osgi.framework.wiring that return types with arguments of type CapabilityModifier and TypeMethodDescriptionBundleRevision.getCapabilities
(String namespace) Returns the capabilities declared by this resource.BundleWiring.getResourceCapabilities
(String namespace) Returns the capabilities provided by this wiring. -
Uses of Capability in org.osgi.resource
Methods in org.osgi.resource that return CapabilityMethods in org.osgi.resource that return types with arguments of type CapabilityModifier and TypeMethodDescriptionResource.getCapabilities
(String namespace) Returns the capabilities declared by this resource.Wiring.getResourceCapabilities
(String namespace) Returns the capabilities provided by this wiring. -
Uses of Capability in org.osgi.service.resolver
Subinterfaces of Capability in org.osgi.service.resolverModifier and TypeInterfaceDescriptioninterface
A capability hosted by a resource.Methods in org.osgi.service.resolver that return CapabilityModifier and TypeMethodDescriptionHostedCapability.getDeclaredCapability()
Return the Capability hosted by the Resource.Methods in org.osgi.service.resolver that return types with arguments of type CapabilityModifier and TypeMethodDescriptionabstract List<Capability>
ResolveContext.findProviders
(Requirement requirement) Find Capabilities that match the given Requirement.Method parameters in org.osgi.service.resolver with type arguments of type CapabilityModifier and TypeMethodDescriptionabstract int
ResolveContext.insertHostedCapability
(List<Capability> capabilities, HostedCapability hostedCapability) Add aHostedCapability
to the list of capabilities returned fromResolveContext.findProviders(Requirement)
.