Interface ArtifactIterator
ArtifactIterator...-
Method Summary
Modifier and TypeMethodDescriptionReturns the next artifact in the iteration.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextArtifact
Returns the next artifact in the iteration.- Returns:
- the next artifact in the iteration.
- Throws:
NoSuchElementException- iteration has no more artifacts.
-