Package org.junit.extensions.cpsuite
Class JarFilenameIterator
java.lang.Object
org.junit.extensions.cpsuite.JarFilenameIterator
This class provides an iterator over all file names in a jar file.
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
-
JarFilenameIterator
- Throws:
IOException
-
-
Method Details