|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.resolver.spi.AbstractWire
public class AbstractWire
The abstract implementation of a Wire.
| Constructor Summary | |
|---|---|
protected |
AbstractWire(Capability capability,
Requirement requirement,
Resource provider,
Resource requirer)
|
| Method Summary | |
|---|---|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.osgi.resource.Wire |
|---|
equals, hashCode |
| Constructor Detail |
|---|
protected AbstractWire(Capability capability,
Requirement requirement,
Resource provider,
Resource requirer)
| Method Detail |
|---|
public Capability getCapability()
WireCapability for this wire.
getCapability in interface WireCapability for this wire.public Requirement getRequirement()
WireRequirement for this wire.
getRequirement in interface WireRequirement for this wire.public Resource getProvider()
Wirecapability.
The returned resource may differ from the resource referenced by the
capability.
getProvider in interface Wirepublic Resource getRequirer()
Wirerequires the
capability.
The returned resource may differ from the resource referenced by the
requirement.
getRequirer in interface Wirepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||