Class PlexusIoProxyResourceCollection.FwdIterator
java.lang.Object
org.codehaus.plexus.components.io.resources.proxy.ForwardingIterator
org.codehaus.plexus.components.io.resources.proxy.PlexusIoProxyResourceCollection.FwdIterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<PlexusIoResource>
- Enclosing class:
PlexusIoProxyResourceCollection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FileSelector
(package private) final Iterator
<PlexusIoResource> private final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PlexusIoResource
Returns the next resource or null if no next resource;Methods inherited from class org.codehaus.plexus.components.io.resources.proxy.ForwardingIterator
close, hasNext, next, remove
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
-
Field Details
-
iter
-
fileSelector
-
prefix
-
-
Constructor Details
-
FwdIterator
FwdIterator(Iterator<PlexusIoResource> resources)
-
-
Method Details
-
getNextResource
Returns the next resource or null if no next resource;- Specified by:
getNextResource
in classForwardingIterator
- Throws:
IOException
-