fr.jayasoft.ivy.event
Class EndDownloadEvent

java.lang.Object
  extended byfr.jayasoft.ivy.event.IvyEvent
      extended byfr.jayasoft.ivy.event.DownloadEvent
          extended byfr.jayasoft.ivy.event.EndDownloadEvent

public class EndDownloadEvent
extends DownloadEvent


Constructor Summary
EndDownloadEvent(DependencyResolver resolver, Artifact artifact, ArtifactDownloadReport report)
           
 
Method Summary
 ArtifactDownloadReport getReport()
           
 DependencyResolver getResolver()
           
 
Methods inherited from class fr.jayasoft.ivy.event.DownloadEvent
getArtifact
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndDownloadEvent

public EndDownloadEvent(DependencyResolver resolver,
                        Artifact artifact,
                        ArtifactDownloadReport report)
Method Detail

getReport

public ArtifactDownloadReport getReport()

getResolver

public DependencyResolver getResolver()