Package | Description |
---|---|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
org.osgi.resource |
Resource Package Version 1.0.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BundleCapability
A capability that has been declared from a
bundle
revision . |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
BundleRevision.getCapabilities(String namespace)
Returns the capabilities declared by this resource.
|
List<Capability> |
BundleWiring.getResourceCapabilities(String namespace)
Returns the capabilities provided by this wiring.
|
Modifier and Type | Method and Description |
---|---|
Capability |
Wire.getCapability()
Returns the
Capability for this wire. |
Modifier and Type | Method and Description |
---|---|
List<Capability> |
Resource.getCapabilities(String namespace)
Returns the capabilities declared by this resource.
|
List<Capability> |
Wiring.getResourceCapabilities(String namespace)
Returns the capabilities provided by this wiring.
|
Copyright © 2017 OSGi Alliance. All rights reserved.