Package org.apache.ivy.core.report
Class DownloadReport
- java.lang.Object
-
- org.apache.ivy.core.report.DownloadReport
-
public class DownloadReport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<Artifact,ArtifactDownloadReport>
artifacts
-
Constructor Summary
Constructors Constructor Description DownloadReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addArtifactReport(ArtifactDownloadReport adr)
ArtifactDownloadReport
getArtifactReport(Artifact artifact)
ArtifactDownloadReport[]
getArtifactsReports()
ArtifactDownloadReport[]
getArtifactsReports(DownloadStatus status)
-
-
-
Field Detail
-
artifacts
private final java.util.Map<Artifact,ArtifactDownloadReport> artifacts
-
-
Method Detail
-
addArtifactReport
public void addArtifactReport(ArtifactDownloadReport adr)
-
getArtifactsReports
public ArtifactDownloadReport[] getArtifactsReports()
-
getArtifactsReports
public ArtifactDownloadReport[] getArtifactsReports(DownloadStatus status)
-
getArtifactReport
public ArtifactDownloadReport getArtifactReport(Artifact artifact)
-
-