cucumber.io
Class ZipResourceIterator

java.lang.Object
  extended by cucumber.io.ZipResourceIterator
All Implemented Interfaces:
java.util.Iterator<Resource>

public class ZipResourceIterator
extends java.lang.Object
implements java.util.Iterator<Resource>


Constructor Summary
ZipResourceIterator(java.lang.String zipPath, java.lang.String path, java.lang.String suffix)
           
 
Method Summary
 boolean hasNext()
           
 Resource next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipResourceIterator

public ZipResourceIterator(java.lang.String zipPath,
                           java.lang.String path,
                           java.lang.String suffix)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Resource>

next

public Resource next()
Specified by:
next in interface java.util.Iterator<Resource>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Resource>