Class RepoFile.FsFile

  • Enclosing class:
    RepoFile

    public static class RepoFile.FsFile
    extends java.lang.Object
    File type wrapper for actual OS files.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.String path  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String hash()  
      ome.model.enums.ChecksumAlgorithm hasher()  
      long length()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • path

        public final java.lang.String path
      • name

        public final java.lang.String name
    • Method Detail

      • length

        public long length()
      • hasher

        public ome.model.enums.ChecksumAlgorithm hasher()
      • hash

        public java.lang.String hash()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object