Package org.apache.ivy.osgi.repo
Class ResolverManifestIterable.ResolverManifestIterator
java.lang.Object
org.apache.ivy.osgi.repo.ResolverManifestIterable.ResolverManifestIterator
- All Implemented Interfaces:
Iterator<ManifestAndLocation>
- Enclosing class:
- ResolverManifestIterable
class ResolverManifestIterable.ResolverManifestIterator
extends Object
implements Iterator<ManifestAndLocation>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Artifactprivate Artifact[]private ResolveDataprivate intprivate intprivate intprivate intprivate ModuleEntryprivate ModuleEntry[]private ModuleRevisionIdprivate ManifestAndLocationprivate OrganisationEntryprivate OrganisationEntry[]private RevisionEntryprivate RevisionEntry[] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
organisations
-
indexOrganisation
private int indexOrganisation -
organisation
-
modules
-
indexModule
private int indexModule -
module
-
next
-
revisions
-
indexRevision
private int indexRevision -
revision
-
artifacts
-
indexArtifact
private int indexArtifact -
artifact
-
mrid
-
data
-
-
Constructor Details
-
ResolverManifestIterator
public ResolverManifestIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ManifestAndLocation>
-
next
- Specified by:
nextin interfaceIterator<ManifestAndLocation>
-
remove
public void remove()- Specified by:
removein interfaceIterator<ManifestAndLocation>
-