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
Classes in org.apache.felix.framework that implement CapabilityModifier and TypeClassDescription(package private) static class
(package private) class
Methods in org.apache.felix.framework that return types with arguments of type CapabilityModifier and TypeMethodDescription(package private) static List
<Capability> BundleRevisionImpl.asCapabilityList
(List reqs) BundleRevisionImpl.getCapabilities
(String namespace) BundleWiringImpl.getResourceCapabilities
(String namespace) Methods in org.apache.felix.framework with parameters of type CapabilityModifier and TypeMethodDescriptionprivate static int
DTOFactory.getCapabilityID
(Capability capability) -
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 CapabilityModifier and TypeClassDescription(package private) class
class
Methods in org.apache.felix.framework.resolver that return types with arguments of type CapabilityModifier and TypeMethodDescriptionprivate static List
<Capability> WrappedRevision.asCapabilityList
(List caps) WrappedRevision.getCapabilities
(String namespace) -
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.