java.lang.Iterable<ManifestAndLocation>
public class ArtifactReportManifestIterable extends java.lang.Object implements java.lang.Iterable<ManifestAndLocation>
Constructor | Description |
---|---|
ArtifactReportManifestIterable(java.util.List<ArtifactDownloadReport> reports,
java.util.List<java.lang.String> sourceTypes) |
Modifier and Type | Method | 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>