#include <downloadInterface.h>
Inheritance diagram for Spm::Plugin::DownloadInterface:

Public Member Functions | |
| virtual | ~DownloadInterface () |
| virtual void | download (const std::string &uri, const boost::filesystem::path &to)=0 |
| download a file to a specific location | |
| virtual bool | handle (const std::string &uri)=0 |
| Check if the Plugin can handle an URI uri The URI to check. | |
| double | getFractionDone () |
Protected Member Functions | |
| DownloadInterface () | |
| DownloadInterface (const Util::urlDetails &u) | |
Protected Attributes | |
| double | fractionDone |
| Util::urlDetails | url |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
download a file to a specific location
|
|
|
|
|
|
Check if the Plugin can handle an URI uri The URI to check.
Implements Spm::Plugin::Interface. |
|
|
|
|
|
|
1.4.6