Interface ChecksumValidator.ChecksumFetcher
- All Known Implementing Classes:
BasicRepositoryConnector.GetTaskRunner
- Enclosing class:
ChecksumValidator
static interface ChecksumValidator.ChecksumFetcher
-
Method Summary
Modifier and TypeMethodDescriptionboolean
fetchChecksum
(URI remote, File local) Fetches the checksums from remote location into provided local file.
-
Method Details
-
fetchChecksum
Fetches the checksums from remote location into provided local file. The checksums fetched in this way are of kindChecksumPolicy.ChecksumKind.REMOTE_EXTERNAL
.- Throws:
Exception
-