public interface ContributionWire<I extends Import,E extends Export>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
E |
getExport()
Returns the export this wire is mapped to.
|
java.net.URI |
getExportContributionUri()
Returns the resolved exporting contribution URI.
|
I |
getImport()
Returns the import for this wire.
|
java.net.URI |
getImportContributionUri()
Returns the importing contribution URI.
|
boolean |
resolves(Symbol resource)
Returns true if the wire resolves the resource.
|
I getImport()
E getExport()
java.net.URI getImportContributionUri()
java.net.URI getExportContributionUri()
boolean resolves(Symbol resource)
resource - the Symbol representing the resource to resolve