public interface ContributionResolver
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
resolve(java.net.URI contributionUri)
Resolves the contribution artifact associated with the URI, returning a local URL by which it may be dereferenced.
|
java.util.List<java.net.URL> |
resolveAllLocations(java.net.URI contributionUri)
Resolves the contribution artifact associated with the URI, returning a set of local URLs by which it may be dereferenced.
|
java.net.URL resolve(java.net.URI contributionUri)
throws org.fabric3.api.host.Fabric3Exception
contributionUri - the contribution URIorg.fabric3.api.host.Fabric3Exception - if an error occurs resolving the artifactjava.util.List<java.net.URL> resolveAllLocations(java.net.URI contributionUri)
throws org.fabric3.api.host.Fabric3Exception
contributionUri - the contribution URIorg.fabric3.api.host.Fabric3Exception - if an error occurs resolving the artifact