org.codehaus.plexus.archiver
Interface ResourceIterator


public interface ResourceIterator


Method Summary
 boolean hasNext()
           
 ArchiveEntry next()
           
 

Method Detail

hasNext

boolean hasNext()
                throws ArchiverException
Throws:
ArchiverException

next

ArchiveEntry next()
                  throws ArchiverException
Throws:
ArchiverException


Copyright © 2001-2010 Codehaus. All Rights Reserved.