cucumber.io
Class FileResourceIterator

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

public class FileResourceIterator
extends Object
implements Iterator<Resource>


Constructor Summary
FileResourceIterator(File root, File file, 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(File root,
                            File file,
                            String suffix)
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.