Class FileFinder.Finder

java.lang.Object
java.nio.file.SimpleFileVisitor<Path>
edu.wisc.ssec.mcidasv.util.FileFinder.Finder
All Implemented Interfaces:
FileVisitor<Path>
Enclosing class:
FileFinder

private static class FileFinder.Finder extends SimpleFileVisitor<Path>
Internal class used by the findFiles(...) methods to actually "walk" the directory tree.