Interface ChecksumValidator.ChecksumFetcher
-
- All Known Implementing Classes:
BasicRepositoryConnector.GetTaskRunner
- Enclosing class:
- ChecksumValidator
static interface ChecksumValidator.ChecksumFetcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
fetchChecksum(java.net.URI remote, java.io.File local)
Fetches the checksums from remote location into provided local file.
-
-
-
Method Detail
-
fetchChecksum
boolean fetchChecksum(java.net.URI remote, java.io.File local) throws java.lang.Exception
Fetches the checksums from remote location into provided local file. The checksums fetched in this way are of kindChecksumPolicy.ChecksumKind.REMOTE_EXTERNAL
.- Throws:
java.lang.Exception
-
-