Package | Description |
---|---|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.1.
|
Modifier and Type | Method and Description |
---|---|
BundleCapability |
BundleWire.getCapability()
Returns the
BundleCapability for this wire. |
Modifier and Type | Method and Description |
---|---|
List<BundleCapability> |
BundleWiring.getCapabilities(String namespace)
Returns the capabilities provided by this bundle wiring.
|
List<BundleCapability> |
BundleRevision.getDeclaredCapabilities(String namespace)
Returns the capabilities declared by this bundle revision.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BundleRequirement.matches(BundleCapability capability)
Returns whether the specified capability matches this requirement.
|
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.