public class GAVConvertor extends Object
| Constructor and Description |
|---|
GAVConvertor() |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,URL> |
getArtefactMapEntry(String GAV,
List<URL> repositoryURLs)
Returns a valid URL for a provided GAV (GroupId, ArtifactId, Version).
|
public Map.Entry<String,URL> getArtefactMapEntry(String GAV, List<URL> repositoryURLs) throws MalformedURLException
GAV - A comma separated list of the groupId, artifactId,
and version numberrepositoryURLs - A list of repository URLs to search for the
target artefact inMalformedURLException - Thrown if an artefact cannot be found for
the provided GAVCopyright © 2017. All rights reserved.