public interface BundleWire
BundleCapability to a BundleRequirement.| Modifier and Type | Method and Description |
|---|---|
BundleCapability |
getCapability()
Returns the
BundleCapability for this wire. |
BundleWiring |
getProviderWiring()
Returns the bundle wiring
providing the capability. |
BundleRequirement |
getRequirement()
Return the
BundleRequirement for this wire. |
BundleWiring |
getRequirerWiring()
Returns the bundle wiring who
requires the
capability. |
BundleCapability getCapability()
BundleCapability for this wire.BundleCapability for this wire.BundleRequirement getRequirement()
BundleRequirement for this wire.BundleRequirement for this wire.BundleWiring getProviderWiring()
providing the capability.
The bundle revision referenced by the returned bundle wiring may differ
from the bundle revision reference by the capability.
in
use, null will be returned.BundleWiring getRequirerWiring()
requires the
capability.
The bundle revision referenced by the returned bundle wiring may differ
from the bundle revision reference by the requirement.
in use, null will be
returned.Copyright © 2012. All Rights Reserved.