RepositoryListener instead.@Deprecated public abstract class AbstractLocalRepositoryMaintainer extends Object implements LocalRepositoryMaintainer
| Constructor and Description |
|---|
AbstractLocalRepositoryMaintainer()
Deprecated.
|
| 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.
|
public AbstractLocalRepositoryMaintainer()
public void artifactInstalled(LocalRepositoryEvent event)
LocalRepositoryMaintainerartifactInstalled in interface LocalRepositoryMaintainerevent - The event that holds details about the artifact, must not be null.public void artifactDownloaded(LocalRepositoryEvent event)
LocalRepositoryMaintainerartifactDownloaded in interface LocalRepositoryMaintainerevent - The event that holds details about the artifact, must not be null.Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.