Class | Description |
---|---|
DownloadConfig | |
DownloaderFactory | |
DownloaderSupplier | |
DownloadEvent | |
DownloadEvent.Finished | |
DownloadEvent.Started | |
DownloadProgressEvent | |
ExplodingDownloader | |
HttpDownloader |
Download a file over HTTP.
|
MavenUrlDecoder |
Responsible for converting a maven URL to an HTTP or HTTPS url.
|
OnDiskMavenDownloader |
A
Downloader that pulls content from the local file system. |
RemoteMavenDownloader | |
RetryingDownloader |
Downloader decorator which adds retry logic to any decorated downloader instance. |
StackedDownloader |
A
Downloader which is composed of many other downloaders. |
Exception | Description |
---|---|
RetryingDownloader.RetryingDownloaderException |