org.apache.maven.shared.downloader
Interface Downloader

All Known Implementing Classes:
DefaultDownloader

public interface Downloader

Author:
Jason van Zyl

Field Summary
static String ROLE
           
 
Method Summary
 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)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

download

File download(String groupId,
              String artifactId,
              String version,
              File localRepository,
              String[] remoteRepositories)
              throws DownloadException,
                     DownloadNotFoundException
Throws:
DownloadException
DownloadNotFoundException

download

File download(String groupId,
              String artifactId,
              String version,
              org.apache.maven.artifact.repository.ArtifactRepository localRepository,
              List remoteRepositories)
              throws DownloadException,
                     DownloadNotFoundException
Throws:
DownloadException
DownloadNotFoundException


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.