Interface ArtifactIterator

  • All Superinterfaces:
    java.util.Iterator

    public interface ArtifactIterator
    extends java.util.Iterator
    ArtifactIterator...
    • 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.