public class IndexingTransferListener extends java.lang.Object implements ILocalRepositoryListener
Modifier and Type | Field and Description |
---|---|
private NexusIndexManager |
indexManager |
Constructor and Description |
---|
IndexingTransferListener(NexusIndexManager indexManager) |
Modifier and Type | Method and Description |
---|---|
void |
artifactInstalled(java.io.File repositoryBasedir,
ArtifactKey baseArtifact,
ArtifactKey artifact,
java.io.File artifactFile)
New artifact has been downloaded or installed to maven local repository
|
private final NexusIndexManager indexManager
public IndexingTransferListener(NexusIndexManager indexManager)
public void artifactInstalled(java.io.File repositoryBasedir, ArtifactKey baseArtifact, ArtifactKey artifact, java.io.File artifactFile)
ILocalRepositoryListener
artifactInstalled
in interface ILocalRepositoryListener