org.sonatype.aether
Class AbstractRepositoryListener
java.lang.Object
org.sonatype.aether.AbstractRepositoryListener
- All Implemented Interfaces:
- RepositoryListener
- Direct Known Subclasses:
- AbstractRepositoryListener, ChainedRepositoryListener
public abstract class AbstractRepositoryListener
- extends Object
- implements RepositoryListener
A skeleton implementation for custom repository listeners. The callback methods in this class do nothing.
- Author:
- Benjamin Bentmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRepositoryListener
public AbstractRepositoryListener()
artifactDeployed
public void artifactDeployed(RepositoryEvent event)
- Specified by:
artifactDeployed
in interface RepositoryListener
artifactDeploying
public void artifactDeploying(RepositoryEvent event)
- Specified by:
artifactDeploying
in interface RepositoryListener
artifactDescriptorInvalid
public void artifactDescriptorInvalid(RepositoryEvent event)
- Specified by:
artifactDescriptorInvalid
in interface RepositoryListener
artifactDescriptorMissing
public void artifactDescriptorMissing(RepositoryEvent event)
- Specified by:
artifactDescriptorMissing
in interface RepositoryListener
artifactDownloaded
public void artifactDownloaded(RepositoryEvent event)
- Specified by:
artifactDownloaded
in interface RepositoryListener
artifactDownloading
public void artifactDownloading(RepositoryEvent event)
- Specified by:
artifactDownloading
in interface RepositoryListener
artifactInstalled
public void artifactInstalled(RepositoryEvent event)
- Specified by:
artifactInstalled
in interface RepositoryListener
artifactInstalling
public void artifactInstalling(RepositoryEvent event)
- Specified by:
artifactInstalling
in interface RepositoryListener
artifactResolved
public void artifactResolved(RepositoryEvent event)
- Specified by:
artifactResolved
in interface RepositoryListener
artifactResolving
public void artifactResolving(RepositoryEvent event)
- Specified by:
artifactResolving
in interface RepositoryListener
metadataDeployed
public void metadataDeployed(RepositoryEvent event)
- Specified by:
metadataDeployed
in interface RepositoryListener
metadataDeploying
public void metadataDeploying(RepositoryEvent event)
- Specified by:
metadataDeploying
in interface RepositoryListener
metadataDownloaded
public void metadataDownloaded(RepositoryEvent event)
- Specified by:
metadataDownloaded
in interface RepositoryListener
metadataDownloading
public void metadataDownloading(RepositoryEvent event)
- Specified by:
metadataDownloading
in interface RepositoryListener
metadataInstalled
public void metadataInstalled(RepositoryEvent event)
- Specified by:
metadataInstalled
in interface RepositoryListener
metadataInstalling
public void metadataInstalling(RepositoryEvent event)
- Specified by:
metadataInstalling
in interface RepositoryListener
metadataInvalid
public void metadataInvalid(RepositoryEvent event)
- Specified by:
metadataInvalid
in interface RepositoryListener
metadataResolved
public void metadataResolved(RepositoryEvent event)
- Specified by:
metadataResolved
in interface RepositoryListener
metadataResolving
public void metadataResolving(RepositoryEvent event)
- Specified by:
metadataResolving
in interface RepositoryListener
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.