Interface FilesDownloader
-
- All Known Implementing Classes:
HttpFilesDownloaderImpl
public interface FilesDownloader
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.02.11 14:59
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
downloadFile(File toDir, String fileName, String downloadedFilePath)
-
-
-
Method Detail
-
downloadFile
void downloadFile(@NotNull File toDir, @NotNull String fileName, @NotNull String downloadedFilePath) throws UpgradeFailedException
- Throws:
UpgradeFailedException
-
-