Class FileList.Entry

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String path
      private final String sha1
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPath() The path of the file relative to the root of the provenance corresponding to the enclosing FileList.
      final String getSha1() The sha1 checksum of the file, consisting of 40 lowercase hexadecimal digits.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getPath

         final String getPath()

        The path of the file relative to the root of the provenance corresponding to the enclosing FileList.

      • getSha1

         final String getSha1()

        The sha1 checksum of the file, consisting of 40 lowercase hexadecimal digits.