org.sonatype.aether.impl
Class AbstractLocalRepositoryMaintainer

java.lang.Object
  extended by org.sonatype.aether.impl.AbstractLocalRepositoryMaintainer
All Implemented Interfaces:
LocalRepositoryMaintainer

Deprecated. As of version 1.9, use a global RepositoryListener instead.

@Deprecated
public abstract class AbstractLocalRepositoryMaintainer
extends Object
implements LocalRepositoryMaintainer

A skeleton implementation for custom local repository maintainers. The callback methods in this class do nothing.

Author:
Benjamin Bentmann

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

AbstractLocalRepositoryMaintainer

public AbstractLocalRepositoryMaintainer()
Deprecated. 
Method Detail

artifactInstalled

public void artifactInstalled(LocalRepositoryEvent event)
Deprecated. 
Description copied from interface: LocalRepositoryMaintainer
Notifies the maintainer of the addition of an artifact to the local repository by a local build.

Specified by:
artifactInstalled in interface LocalRepositoryMaintainer
Parameters:
event - The event that holds details about the artifact, must not be null.

artifactDownloaded

public void artifactDownloaded(LocalRepositoryEvent event)
Deprecated. 
Description copied from interface: LocalRepositoryMaintainer
Notifies the maintainer of the addition of an artifact to the local repository by download from a remote repository.

Specified by:
artifactDownloaded in interface LocalRepositoryMaintainer
Parameters:
event - The event that holds details about the artifact, must not be null.


Copyright © 2010-2012. All Rights Reserved.