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>
-
-
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()
-
-
-
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>
-
-