Interface ArtifactIterator
- 
- All Superinterfaces:
 java.util.Iterator
public interface ArtifactIterator extends java.util.IteratorArtifactIterator... 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactnextArtifact()Returns the next artifact in the iteration. 
 - 
 
- 
- 
Method Detail
- 
nextArtifact
Artifact nextArtifact() throws java.util.NoSuchElementException
Returns the next artifact in the iteration.- Returns:
 - the next artifact in the iteration.
 - Throws:
 java.util.NoSuchElementException- iteration has no more artifacts.
 
 - 
 
 -