Uses of Interface
org.osgi.resource.Capability
Packages that use Capability
Package
Description
Framework Wiring Package Version 1.2.
Resource Package Version 1.0.
-
Uses of Capability in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type CapabilityModifier and TypeMethodDescriptionBundleRevisionImpl.getCapabilities
(String namespace) BundleWiringImpl.getResourceCapabilities
(String namespace) -
Uses of Capability in org.apache.felix.framework.resolver
Subinterfaces of Capability in org.apache.felix.framework.resolverClasses in org.apache.felix.framework.resolver that implement Capability -
Uses of Capability in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Capability -
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.