Class RecursiveFilenameIterator

java.lang.Object
org.junit.extensions.cpsuite.RecursiveFilenameIterator
All Implemented Interfaces:
Iterable<String>, Iterator<String>

public class RecursiveFilenameIterator extends Object implements Iterator<String>, Iterable<String>
This class provides an iterator over all file names in a directory and its subdirectories. The filenames are given relative to the root. Directories are not considered to be files.