Class AbstractFSManifestIterable.FSManifestIterator

java.lang.Object
org.apache.ivy.osgi.repo.AbstractFSManifestIterable.FSManifestIterator
All Implemented Interfaces:
Iterator<ManifestAndLocation>
Enclosing class:
AbstractFSManifestIterable<T>

class AbstractFSManifestIterable.FSManifestIterator extends Object implements Iterator<ManifestAndLocation>
  • Field Details

    • next

      private ManifestAndLocation next
    • dirs

      private Stack<Iterator<T>> dirs
      Stack of list of directories. An iterator in the stack represents the current directory being lookup. The first element in the stack is the root directory. The next element in the stack is an iterator on the children on the root. The last iterator in the stack points to currentDir.
    • bundleCandidates

      private Iterator<T> bundleCandidates
      The bundles files being lookup.
    • currentDir

      private T currentDir
  • Constructor Details

    • FSManifestIterator

      FSManifestIterator()
  • Method Details