Interface ArtifactIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Artifact
nextArtifact()
Returns the next artifact in the iteration.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
nextArtifact
Artifact nextArtifact() throws NoSuchElementException
Returns the next artifact in the iteration.- Returns:
- the next artifact in the iteration.
- Throws:
NoSuchElementException
- iteration has no more artifacts.
-
-