Interface ArtifactIterator
-
- All Superinterfaces:
java.util.Iterator
public interface ArtifactIterator extends java.util.Iterator
ArtifactIterator
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Artifact
nextArtifact()
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.
-
-