Uses of Interface
org.osgi.resource.Capability
-
Packages that use Capability Package Description org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource Resource Package Version 1.0.org.osgi.service.resolver Resolver Service Package Version 1.1. -
-
Uses of Capability in org.osgi.framework.wiring
Subinterfaces of Capability in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleCapability
A capability that has been declared from abundle revision
.Methods in org.osgi.framework.wiring that return types with arguments of type Capability Modifier and Type Method Description java.util.List<Capability>
BundleRevision. getCapabilities(java.lang.String namespace)
Returns the capabilities declared by this resource.java.util.List<Capability>
BundleWiring. getResourceCapabilities(java.lang.String namespace)
Returns the capabilities provided by this wiring. -
Uses of Capability in org.osgi.resource
Methods in org.osgi.resource that return Capability Modifier and Type Method Description Capability
Wire. getCapability()
Returns theCapability
for this wire.Methods in org.osgi.resource that return types with arguments of type Capability Modifier and Type Method Description java.util.List<Capability>
Resource. getCapabilities(java.lang.String namespace)
Returns the capabilities declared by this resource.java.util.List<Capability>
Wiring. getResourceCapabilities(java.lang.String namespace)
Returns the capabilities provided by this wiring. -
Uses of Capability in org.osgi.service.resolver
Subinterfaces of Capability in org.osgi.service.resolver Modifier and Type Interface Description interface
HostedCapability
A capability hosted by a resource.Methods in org.osgi.service.resolver that return Capability Modifier and Type Method Description Capability
HostedCapability. getDeclaredCapability()
Return the Capability hosted by the Resource.Methods in org.osgi.service.resolver that return types with arguments of type Capability Modifier and Type Method Description abstract java.util.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 Capability Modifier and Type Method Description abstract int
ResolveContext. insertHostedCapability(java.util.List<Capability> capabilities, HostedCapability hostedCapability)
Add aHostedCapability
to the list of capabilities returned fromResolveContext.findProviders(Requirement)
.
-