|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RepositoryListener
instead.
@Deprecated public interface LocalRepositoryMaintainer
Performs housekeeping tasks in response to updates to the local repository. This provides an extension point to
integrators to perform things like updating indexes. Note: Implementors are strongly advised to inherit from
AbstractLocalRepositoryMaintainer
instead of directly implementing this interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |