org.pentaho.platform.repository.solution.filebased
Class FileIterator

java.lang.Object
  extended by org.pentaho.platform.repository.solution.filebased.FileIterator
All Implemented Interfaces:
Iterator

public class FileIterator
extends Object
implements Iterator

Author:
James Dixon TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
FileIterator(List nodeList, ILogger logger)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 FileInfo nextFile()
           
 void remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIterator

public FileIterator(List nodeList,
                    ILogger logger)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

nextFile

public FileInfo nextFile()

remove

public void remove()
Specified by:
remove in interface Iterator

size

public int size()