Package utils.common

Class DirectoryStructureToJson.Node

    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(java.nio.file.Path node, java.nio.file.Path base, java.util.List<DirectoryStructureToJson.Node> content)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • path

        public java.lang.String path
      • type

        public java.lang.String type
      • creation

        public long creation
      • lastModified

        public long lastModified
      • size

        public long size
      • checksum

        public java.lang.Long checksum
    • Constructor Detail

      • Node

        public Node​(java.nio.file.Path node,
                    java.nio.file.Path base,
                    java.util.List<DirectoryStructureToJson.Node> content)
             throws java.io.IOException
        Throws:
        java.io.IOException