org.apache.maven.shared.io.download
Interface DownloadManager

All Known Implementing Classes:
DefaultDownloadManager

public interface DownloadManager


Field Summary
static String ROLE
           
 
Method Summary
 File download(String url, List transferListeners, MessageHolder messageHolder)
           
 File download(String url, MessageHolder messageHolder)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

download

File download(String url,
              MessageHolder messageHolder)
              throws DownloadFailedException
Throws:
DownloadFailedException

download

File download(String url,
              List transferListeners,
              MessageHolder messageHolder)
              throws DownloadFailedException
Throws:
DownloadFailedException


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.