public interface IDownloadProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
downloadFile(java.lang.String url,
java.lang.String downloadPath)
Method to download a file
|
java.util.EnumSet<FileType> |
getCapabilities()
This is used internally to determine which download provider to use
|
boolean downloadFile(java.lang.String url,
java.lang.String downloadPath)
url - URL to download the file fromdownloadPath - Path to download the file tojava.util.EnumSet<FileType> getCapabilities()