public interface Import
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addResolved(java.net.URI contributionUri,
Export export)
Adds an export that satisfies the current import.
|
java.net.URI |
getLocation()
A URI representing the import artifact location.
|
java.util.Map<java.net.URI,Export> |
getResolved()
Returns the collection of resolved exports for this import.
|
javax.xml.namespace.QName |
getType()
Returns the export type.
|
boolean |
isMultiplicity()
Returns true if this import supports wiring to multiple exports.
|
boolean |
isRequired()
True if this import must be resolved.
|
javax.xml.namespace.QName getType()
java.net.URI getLocation()
boolean isMultiplicity()
boolean isRequired()
java.util.Map<java.net.URI,Export> getResolved()
void addResolved(java.net.URI contributionUri,
Export export)
contributionUri - the exporting contribution URIexport - the export