Package de.undercouch.gradle.tasks.download

Interface Summary
DownloadSpec An interface for classes that perform file downloads
VerifySpec An interface for checksum checks
 

Class Summary
Download Downloads a file and displays progress.
DownloadAction Downloads a file and displays progress
DownloadExtension An extension that configures and 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.