org.apache.ivy.core.event.publish
public abstract class PublishEvent extends IvyEvent
Constructor Summary | |
---|---|
protected | PublishEvent(String name, DependencyResolver resolver, Artifact artifact, File data, boolean overwrite) |
Method Summary | |
---|---|
Artifact | getArtifact() |
File | getData() |
DependencyResolver | getResolver() |
boolean | isOverwrite() |
Returns: metadata about the artifact being published
Returns: a local file containing the artifact data
Returns: the resolver into which the artifact is being published
Returns: true iff this event overwrites existing resolver data for this artifact