Interface Downloader
-
- All Known Implementing Classes:
DefaultDownloader
public interface Downloader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Filedownload(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories, org.eclipse.aether.RepositorySystemSession repositorySystemSession)
-
-
-
Method Detail
-
download
java.io.File download(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories, org.eclipse.aether.RepositorySystemSession repositorySystemSession) throws DownloadException- Throws:
DownloadException
-
-