public interface ResolverWire
Modifier and Type | Method and Description |
---|---|
BundleCapability |
getCapability()
Returns the associated capability from the exporting bundle revision
that satisfies the requirement of the importing bundle revision.
|
BundleRevision |
getProvider()
Returns the exporting bundle revision.
|
BundleRequirement |
getRequirement()
Returns the associated requirement from the importing bundle revision
that resulted in the creation of this wire.
|
BundleRevision |
getRequirer()
Returns the importing bundle revision.
|
BundleRevision getRequirer()
BundleRequirement getRequirement()
BundleRevision getProvider()
BundleCapability getCapability()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.