Class NodeDistributionChecksumReaderImpl


  • public class NodeDistributionChecksumReaderImpl
    extends java.lang.Object
    This reader allows to extract the checksum of a distribution file in a Node's file providing all checksums for a given Node version.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String readHash​(java.nio.file.Path nodeDistributionChecksumFile, java.lang.String distributionFilename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeDistributionChecksumReaderImpl

        public NodeDistributionChecksumReaderImpl()
    • Method Detail

      • readHash

        public java.lang.String readHash​(java.nio.file.Path nodeDistributionChecksumFile,
                                         java.lang.String distributionFilename)
                                  throws org.siouan.frontendgradleplugin.core.NodeDistributionChecksumNotFoundException,
                                         java.io.IOException
        Throws:
        org.siouan.frontendgradleplugin.core.NodeDistributionChecksumNotFoundException
        java.io.IOException