RepositoryListener instead.@Deprecated public interface LocalRepositoryMaintainer
AbstractLocalRepositoryMaintainer instead of directly implementing this interface.| Modifier and Type | Method and Description |
|---|---|
void |
artifactDownloaded(LocalRepositoryEvent event)
Deprecated.
Notifies the maintainer of the addition of an artifact to the local repository by download from a remote
repository.
|
void |
artifactInstalled(LocalRepositoryEvent event)
Deprecated.
Notifies the maintainer of the addition of an artifact to the local repository by a local build.
|
void artifactInstalled(LocalRepositoryEvent event)
event - The event that holds details about the artifact, must not be null.void artifactDownloaded(LocalRepositoryEvent event)
event - The event that holds details about the artifact, must not be null.Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.