org.apache.ivy.core.event.retrieve

Class RetrieveArtifactEvent

public class RetrieveArtifactEvent extends IvyEvent

Constructor Summary
RetrieveArtifactEvent(String name, ArtifactDownloadReport report, File destFile)
Method Summary
protected voidaddArtifactAttributes(Artifact artifact)
FilegetDestFile()
ArtifactDownloadReportgetReport()

Constructor Detail

RetrieveArtifactEvent

public RetrieveArtifactEvent(String name, ArtifactDownloadReport report, File destFile)

Method Detail

addArtifactAttributes

protected void addArtifactAttributes(Artifact artifact)

getDestFile

public File getDestFile()

getReport

public ArtifactDownloadReport getReport()