public class ArtifactReportManifestIterable extends java.lang.Object implements java.lang.Iterable<ManifestAndLocation>
Constructor and Description |
---|
ArtifactReportManifestIterable(java.util.List<ArtifactDownloadReport> reports,
java.util.List<java.lang.String> sourceTypes) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ManifestAndLocation> |
iterator() |
public ArtifactReportManifestIterable(java.util.List<ArtifactDownloadReport> reports, java.util.List<java.lang.String> sourceTypes)
public java.util.Iterator<ManifestAndLocation> iterator()
iterator
in interface java.lang.Iterable<ManifestAndLocation>