public class RecordingRepositoryListener extends Object implements RepositoryListener
| Modifier and Type | Class and Description |
|---|---|
class |
RecordingRepositoryListener.EventWrapper |
static class |
RecordingRepositoryListener.Type |
| Constructor and Description |
|---|
RecordingRepositoryListener() |
RecordingRepositoryListener(RepositoryListener listener) |
public RecordingRepositoryListener()
public RecordingRepositoryListener(RepositoryListener listener)
public List<RecordingRepositoryListener.EventWrapper> getEvents()
public void clear()
public void artifactDescriptorInvalid(RepositoryEvent event)
artifactDescriptorInvalid in interface RepositoryListenerpublic void artifactDescriptorMissing(RepositoryEvent event)
artifactDescriptorMissing in interface RepositoryListenerpublic void metadataInvalid(RepositoryEvent event)
metadataInvalid in interface RepositoryListenerpublic void artifactResolving(RepositoryEvent event)
artifactResolving in interface RepositoryListenerpublic void artifactResolved(RepositoryEvent event)
artifactResolved in interface RepositoryListenerpublic void artifactDownloading(RepositoryEvent event)
artifactDownloading in interface RepositoryListenerpublic void artifactDownloaded(RepositoryEvent event)
artifactDownloaded in interface RepositoryListenerpublic void metadataDownloaded(RepositoryEvent event)
metadataDownloaded in interface RepositoryListenerpublic void metadataDownloading(RepositoryEvent event)
metadataDownloading in interface RepositoryListenerpublic void metadataResolving(RepositoryEvent event)
metadataResolving in interface RepositoryListenerpublic void metadataResolved(RepositoryEvent event)
metadataResolved in interface RepositoryListenerpublic void artifactInstalling(RepositoryEvent event)
artifactInstalling in interface RepositoryListenerpublic void artifactInstalled(RepositoryEvent event)
artifactInstalled in interface RepositoryListenerpublic void metadataInstalling(RepositoryEvent event)
metadataInstalling in interface RepositoryListenerpublic void metadataInstalled(RepositoryEvent event)
metadataInstalled in interface RepositoryListenerpublic void artifactDeploying(RepositoryEvent event)
artifactDeploying in interface RepositoryListenerpublic void artifactDeployed(RepositoryEvent event)
artifactDeployed in interface RepositoryListenerpublic void metadataDeploying(RepositoryEvent event)
metadataDeploying in interface RepositoryListenerpublic void metadataDeployed(RepositoryEvent event)
metadataDeployed in interface RepositoryListenerCopyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.