Package jetbrains.buildServer.updates
Interface HttpDownloader
-
- All Known Implementing Classes:
HttpClientDownloaderImpl
public interface HttpDownloader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HttpDownloader.ProgressListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
download(String url, File toFile, String downloadName, HttpDownloader.ProgressListener progressListener)
-
-
-
Method Detail
-
download
void download(@NotNull String url, @NotNull File toFile, @NotNull String downloadName, @Nullable HttpDownloader.ProgressListener progressListener) throws IOException
- Throws:
IOException
-
-