Package org.codehaus.plexus.archiver
Interface ResourceIterator
-
- All Superinterfaces:
java.util.Iterator<ArchiveEntry>
public interface ResourceIterator extends java.util.Iterator<ArchiveEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
ArchiveEntry
next()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<ArchiveEntry>
-
next
ArchiveEntry next()
- Specified by:
next
in interfacejava.util.Iterator<ArchiveEntry>
-
-