org.openpipeline.pipeline.connector.filesystem
Interface FileIterator


public interface FileIterator

Iterates over FileSystem objects.


Method Summary
 boolean hasNext()
           
 FileSystem next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws Exception
Throws:
Exception

next

FileSystem next()