| Interface | Description |
|---|---|
| DownloadSpec |
An interface for classes that perform file downloads
|
| VerifySpec |
An interface for checksum checks
|
| Class | Description |
|---|---|
| Download |
Downloads a file and displays progress.
|
| DownloadAction |
Downloads a file and displays progress
|
| DownloadExtension |
An extension that executes a
DownloadAction |
| DownloadTaskPlugin |
Registers the extensions provided by this plugin
|
| Verify |
Verifies a file's integrity by calculating its checksum.
|
| VerifyAction |
Verifies a file's integrity by calculating its checksum.
|
| VerifyExtension |
An extension that executes a
VerifyAction |