cucumber.io
Class FileResourceIterator

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

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


Constructor Summary
FileResourceIterator(java.io.File root, java.io.File file, 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

FileResourceIterator

public FileResourceIterator(java.io.File root,
                            java.io.File file,
                            java.lang.String suffix)
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>