org.sonatype.aether.test.impl
Class RecordingRepositoryListener
java.lang.Object
org.sonatype.aether.test.impl.RecordingRepositoryListener
- All Implemented Interfaces:
- RepositoryListener
public class RecordingRepositoryListener
- extends Object
- implements RepositoryListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordingRepositoryListener
public RecordingRepositoryListener()
RecordingRepositoryListener
public RecordingRepositoryListener(RepositoryListener listener)
getEvents
public List<RecordingRepositoryListener.EventWrapper> getEvents()
clear
public void clear()
artifactDescriptorInvalid
public void artifactDescriptorInvalid(RepositoryEvent event)
- Specified by:
artifactDescriptorInvalid in interface RepositoryListener
artifactDescriptorMissing
public void artifactDescriptorMissing(RepositoryEvent event)
- Specified by:
artifactDescriptorMissing in interface RepositoryListener
metadataInvalid
public void metadataInvalid(RepositoryEvent event)
- Specified by:
metadataInvalid in interface RepositoryListener
artifactResolving
public void artifactResolving(RepositoryEvent event)
- Specified by:
artifactResolving in interface RepositoryListener
artifactResolved
public void artifactResolved(RepositoryEvent event)
- Specified by:
artifactResolved in interface RepositoryListener
artifactDownloading
public void artifactDownloading(RepositoryEvent event)
- Specified by:
artifactDownloading in interface RepositoryListener
artifactDownloaded
public void artifactDownloaded(RepositoryEvent event)
- Specified by:
artifactDownloaded 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
metadataResolving
public void metadataResolving(RepositoryEvent event)
- Specified by:
metadataResolving in interface RepositoryListener
metadataResolved
public void metadataResolved(RepositoryEvent event)
- Specified by:
metadataResolved in interface RepositoryListener
artifactInstalling
public void artifactInstalling(RepositoryEvent event)
- Specified by:
artifactInstalling in interface RepositoryListener
artifactInstalled
public void artifactInstalled(RepositoryEvent event)
- Specified by:
artifactInstalled in interface RepositoryListener
metadataInstalling
public void metadataInstalling(RepositoryEvent event)
- Specified by:
metadataInstalling in interface RepositoryListener
metadataInstalled
public void metadataInstalled(RepositoryEvent event)
- Specified by:
metadataInstalled in interface RepositoryListener
artifactDeploying
public void artifactDeploying(RepositoryEvent event)
- Specified by:
artifactDeploying in interface RepositoryListener
artifactDeployed
public void artifactDeployed(RepositoryEvent event)
- Specified by:
artifactDeployed in interface RepositoryListener
metadataDeploying
public void metadataDeploying(RepositoryEvent event)
- Specified by:
metadataDeploying in interface RepositoryListener
metadataDeployed
public void metadataDeployed(RepositoryEvent event)
- Specified by:
metadataDeployed in interface RepositoryListener
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.