Class EndArtifactDownloadEvent
- java.lang.Object
-
- org.apache.ivy.core.event.IvyEvent
-
- org.apache.ivy.core.event.download.DownloadEvent
-
- org.apache.ivy.core.event.download.EndArtifactDownloadEvent
-
public class EndArtifactDownloadEvent extends DownloadEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description EndArtifactDownloadEvent(DependencyResolver resolver, Artifact artifact, ArtifactDownloadReport report, java.io.File dest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactDownloadReport
getReport()
DependencyResolver
getResolver()
-
Methods inherited from class org.apache.ivy.core.event.download.DownloadEvent
addArtifactAttributes, getArtifact
-
Methods inherited from class org.apache.ivy.core.event.IvyEvent
addAttribute, addAttributes, addConfsAttribute, addMDAttributes, addModuleIdAttributes, addMridAttributes, equals, getAttributes, getName, getSource, hashCode, toString
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EndArtifactDownloadEvent
public EndArtifactDownloadEvent(DependencyResolver resolver, Artifact artifact, ArtifactDownloadReport report, java.io.File dest)
-
-
Method Detail
-
getReport
public ArtifactDownloadReport getReport()
-
getResolver
public DependencyResolver getResolver()
-
-