public interface Wire
Capability
to a Requirement
.Modifier and Type | Method and Description |
---|---|
Capability |
getCapability()
Returns the
Capability for this wire. |
Resource |
getProvider()
Returns the resource providing the
capability . |
Requirement |
getRequirement()
Returns the
Requirement for this wire. |
Resource |
getRequirer()
Returns the resource who
requires the
capability . |
Capability getCapability()
Capability
for this wire.Capability
for this wire.Requirement getRequirement()
Requirement
for this wire.Requirement
for this wire.Resource getProvider()
capability
.
The returned resource may differ from the resource referenced by the
capability
.
Resource getRequirer()
requires
the
capability
.
The returned resource may differ from the resource referenced by the
requirement
.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.