BundleCapability
to a BundleRequirement
.
Modifier and Type | Method and Description |
---|---|
public BundleCapability | Returns: TheBundleCapability for this wire.Redeclares org. Returns the |
public BundleRevision | Returns: The resource providing the capability.Redeclares org. Returns the resource providing the |
public BundleWiring | Returns: The bundle wiring providing the capability. If the bundle wiring providing the capability is notin
use , null will be returned.Returns the bundle wiring |
public BundleRequirement | Returns: TheBundleRequirement for this wire.Redeclares org. Return the |
public BundleRevision | Returns: The resource who requires the capability.Redeclares org. Returns the resource who |
public BundleWiring | Returns: The bundle wiring whose requirement is wired to the capability. If the bundle wiring requiring the capability is notin use , null will be
returned.Returns the bundle wiring who
|
getCapability | back to summary |
---|---|
public BundleCapability getCapability() Redeclares org. Returns the
|
getProvider | back to summary |
---|---|
public BundleRevision getProvider() Redeclares org. Returns the resource providing the
The returned resource may differ from the resource referenced by the
This method returns the same value as
|
getProviderWiring | back to summary |
---|---|
public BundleWiring getProviderWiring() Returns the bundle wiring
The bundle revision referenced by the returned bundle wiring may differ
from the bundle revision referenced by the
|
getRequirement | back to summary |
---|---|
public BundleRequirement getRequirement() Redeclares org. Return the
|
getRequirer | back to summary |
---|---|
public BundleRevision getRequirer() Redeclares org. Returns the resource who
The returned resource may differ from the resource referenced by the
This method returns the same value as
|
getRequirerWiring | back to summary |
---|---|
public BundleWiring getRequirerWiring() Returns the bundle wiring who
The bundle revision referenced by the returned bundle wiring may differ
from the bundle revision referenced by the
|