|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.impl.AbstractLocalRepositoryMaintainer
RepositoryListener
instead.
@Deprecated public abstract class AbstractLocalRepositoryMaintainer
A skeleton implementation for custom local repository maintainers. The callback methods in this class do nothing.
Constructor Summary | |
---|---|
AbstractLocalRepositoryMaintainer()
Deprecated. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractLocalRepositoryMaintainer()
Method Detail |
---|
public void artifactInstalled(LocalRepositoryEvent event)
LocalRepositoryMaintainer
artifactInstalled
in interface LocalRepositoryMaintainer
event
- The event that holds details about the artifact, must not be null
.public void artifactDownloaded(LocalRepositoryEvent event)
LocalRepositoryMaintainer
artifactDownloaded
in interface LocalRepositoryMaintainer
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 |