|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalRepositoryMaintainer
Performs housekeeping tasks in response to updates to the local repository. This provides an extension point to integrators to performs things like updating indexes.
Method Summary | |
---|---|
void |
artifactDownloaded(LocalRepositoryEvent event)
Notifies the maintainer of the addition of an artifact to the local repository by download from a remote repository. |
void |
artifactInstalled(LocalRepositoryEvent event)
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 |