org.sonatype.aether.util.listener
Class AbstractRepositoryListener
java.lang.Object
org.sonatype.aether.util.listener.AbstractRepositoryListener
- All Implemented Interfaces:
- RepositoryListener
public abstract class AbstractRepositoryListener
- extends java.lang.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
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
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 Sonatype, Inc.. All Rights Reserved.