Interface PathWalker.PathVisitor

All Known Implementing Classes:
PathWalker.Collect
Enclosing class:
PathWalker

public static interface PathWalker.PathVisitor
  • Method Details

    • visit

      void visit(Path p)
    • preVisitFile

      default void preVisitFile(Path path)
    • postVisitFile

      default void postVisitFile(Path path)
    • preVisitDir

      default void preVisitDir(Path path)
    • postVisitDir

      default void postVisitDir(Path path)