org.pentaho.platform.repository.solution.filebased
Class FileIterator
java.lang.Object
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
FileIterator
public FileIterator(List nodeList,
ILogger logger)
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()