Class DirectoryPathTree

All Implemented Interfaces:
OpenPathTree, PathTree, Closeable, Serializable, AutoCloseable

public class DirectoryPathTree extends OpenContainerPathTree implements Serializable
See Also:
  • Constructor Details

    • DirectoryPathTree

      public DirectoryPathTree()
      For deserialization
    • DirectoryPathTree

      public DirectoryPathTree(Path dir)
    • DirectoryPathTree

      public DirectoryPathTree(Path dir, PathFilter pathFilter)
    • DirectoryPathTree

      public DirectoryPathTree(Path dir, PathFilter pathFilter, boolean manifestEnabled)
    • DirectoryPathTree

      protected DirectoryPathTree(Path dir, PathFilter pathFilter, PathTreeWithManifest pathTreeWithManifest)
  • Method Details