Package org.apache.ivy.osgi.repo
Class ArtifactReportManifestIterable
- java.lang.Object
-
- org.apache.ivy.osgi.repo.ArtifactReportManifestIterable
-
- All Implemented Interfaces:
java.lang.Iterable<ManifestAndLocation>
public class ArtifactReportManifestIterable extends java.lang.Object implements java.lang.Iterable<ManifestAndLocation>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
ArtifactReportManifestIterable.ArtifactReportManifestIterator
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<ModuleRevisionId,java.util.List<ArtifactDownloadReport>>
artifactReports
private java.util.List<java.lang.String>
sourceTypes
-
Constructor Summary
Constructors Constructor Description ArtifactReportManifestIterable(java.util.List<ArtifactDownloadReport> reports, java.util.List<java.lang.String> sourceTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<ManifestAndLocation>
iterator()
-
-
-
Field Detail
-
artifactReports
private final java.util.Map<ModuleRevisionId,java.util.List<ArtifactDownloadReport>> artifactReports
-
sourceTypes
private java.util.List<java.lang.String> sourceTypes
-
-
Constructor Detail
-
ArtifactReportManifestIterable
public ArtifactReportManifestIterable(java.util.List<ArtifactDownloadReport> reports, java.util.List<java.lang.String> sourceTypes)
-
-
Method Detail
-
iterator
public java.util.Iterator<ManifestAndLocation> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<ManifestAndLocation>
-
-