Package com.norconex.commons.lang.file
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.
Visitor to be used with
FileUtil.visit* methods.- Since:
- 3.0.0 (renamed from v2.x IFileVisitor)
- See Also:
-
Method Summary
-
Method Details
-
visit
Visits a file or directory.- Parameters:
file- the file or directory being visited
-