Interface FileVisitor

All Known Subinterfaces:
IFileVisitor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FileVisitor
Visitor to be used with FileUtil.visit* methods.
Since:
3.0.0 (renamed from v2.x IFileVisitor)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(File file)
    Visits a file or directory.
  • Method Details

    • visit

      void visit(File file)
      Visits a file or directory.
      Parameters:
      file - the file or directory being visited