Package pro.gravit.utils
Class Downloader
java.lang.Object
pro.gravit.utils.Downloader
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()static DownloaderdownloadList(List<AsyncDownloader.SizedFile> files, String baseURL, Path targetDir, Downloader.DownloadCallback callback, ExecutorService executor, int threads) boolean
-
Method Details
-
downloadList
public static Downloader downloadList(List<AsyncDownloader.SizedFile> files, String baseURL, Path targetDir, Downloader.DownloadCallback callback, ExecutorService executor, int threads) throws Exception - Throws:
Exception
-
getFuture
-
cancel
public void cancel() -
isCanceled
public boolean isCanceled()
-