org.codehaus.plexus.archiver
Interface ResourceIterator

All Superinterfaces:
Iterator<ArchiveEntry>

public interface ResourceIterator
extends Iterator<ArchiveEntry>


Method Summary
 boolean hasNext()
           
 ArchiveEntry next()
           
 
Methods inherited from interface java.util.Iterator
remove
 

Method Detail

hasNext

boolean hasNext()
Specified by:
hasNext in interface Iterator<ArchiveEntry>

next

ArchiveEntry next()
Specified by:
next in interface Iterator<ArchiveEntry>


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.