Class BatchFolderIterator
- java.lang.Object
-
- org.pentaho.di.trans.steps.mailinput.BatchFolderIterator
-
-
Constructor Summary
Constructors Constructor Description BatchFolderIterator(javax.mail.Folder folder, int batchSize)
BatchFolderIterator(javax.mail.Folder folder, Integer batchSize, Integer start, Integer end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFolderName()
javax.mail.Message
getMessage()
boolean
hasNext()
javax.mail.Message
next()
void
remove()
Not implemented.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
getMessage
public javax.mail.Message getMessage()
-
remove
public void remove()
Not implemented.- Specified by:
remove
in interfaceIterator<javax.mail.Message>
- Throws:
UnsupportedOperationException
-
getFolderName
public String getFolderName()
-
-