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 kind ChecksumPolicy.ChecksumKind.REMOTE_EXTERNAL.
        Throws:
        java.lang.Exception