Class DefaultDownloader
java.lang.Object
org.apache.maven.archetype.downloader.DefaultDownloader
- All Implemented Interfaces:
Downloader
- Author:
- Jason van Zyl
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultDownloader
public DefaultDownloader()
-
-
Method Details
-
download
public File download(String groupId, String artifactId, String version, List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories, org.eclipse.aether.RepositorySystemSession repositorySystemSession) throws DownloadException - Specified by:
download
in interfaceDownloader
- Throws:
DownloadException
-