java.lang.Object
software.xdev.testcontainers.imagebuilder.transfer.java.nio.file.winntfs.FileTreeWalker
All Implemented Interfaces:
Closeable, AutoCloseable

public class FileTreeWalker extends Object implements Closeable
Walks a file tree, generating a sequence of events corresponding to the files in the tree.

See Also:
  • Method Details

    • close

      public void close()
      Closes/pops all directories on the stack.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable