class PlexusIoProxyResourceCollection.FwdIterator extends ForwardingIterator
| Modifier and Type | Field and Description |
|---|---|
private FileSelector |
fileSelector |
(package private) java.util.Iterator<PlexusIoResource> |
iter |
private java.lang.String |
prefix |
| Constructor and Description |
|---|
FwdIterator(java.util.Iterator<PlexusIoResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
protected PlexusIoResource |
getNextResource()
Returns the next resource or null if no next resource;
|
close, hasNext, next, removejava.util.Iterator<PlexusIoResource> iter
private final FileSelector fileSelector
private final java.lang.String prefix
FwdIterator(java.util.Iterator<PlexusIoResource> resources)
protected PlexusIoResource getNextResource() throws java.io.IOException
getNextResource in class ForwardingIteratorjava.io.IOException