Package org.junit.extensions.cpsuite
Class RecursiveFilenameIterator
java.lang.Object
org.junit.extensions.cpsuite.RecursiveFilenameIterator
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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RecursiveFilenameIterator
-
-
Method Details