public class DefaultDownloader extends Object implements Downloader
ROLE| Constructor and Description |
|---|
DefaultDownloader() |
| Modifier and Type | Method and Description |
|---|---|
File |
download(String groupId,
String artifactId,
String version,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List remoteRepositories) |
File |
download(String groupId,
String artifactId,
String version,
File localRepository,
String[] remoteRepositories) |
public File download(String groupId, String artifactId, String version, File localRepository, String[] remoteRepositories) throws DownloadException, DownloadNotFoundException
download in interface DownloaderDownloadExceptionDownloadNotFoundExceptionpublic File download(String groupId, String artifactId, String version, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List remoteRepositories) throws DownloadException, DownloadNotFoundException
download in interface DownloaderDownloadExceptionDownloadNotFoundExceptionCopyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.