org.apache.ivy.core.event.publish

Class StartArtifactPublishEvent

public class StartArtifactPublishEvent extends PublishEvent

Event fired just before an artifact is published into a resolver. Triggers registered on NAME will be notified of these events.

See Also: DependencyResolver

Field Summary
static StringNAME
Constructor Summary
StartArtifactPublishEvent(DependencyResolver resolver, Artifact artifact, File data, boolean overwrite)

Field Detail

NAME

public static final String NAME

Constructor Detail

StartArtifactPublishEvent

public StartArtifactPublishEvent(DependencyResolver resolver, Artifact artifact, File data, boolean overwrite)