cucumber.io
Class ZipResourceIterator

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

public class ZipResourceIterator
extends Object
implements Iterator<Resource>


Constructor Summary
ZipResourceIterator(String zipPath, String path, 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(String zipPath,
                           String path,
                           String suffix)
                    throws IOException
Throws:
IOException
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2012. All Rights Reserved.