@groovy.transform.CompileStatic class DownloadedLocalFile extends Object
Provides information on where a downloaded file ends up.
| Type | Name and description |
|---|---|
File |
distributionDir |
URI |
distributionUrl |
File |
downloadedFile |
File |
markerFile |
| Constructor and description |
|---|
DownloadedLocalFile
(File dir, File file, URI uri)
|
Groovy Documentation