| Package | Description | 
|---|---|
| org.eclipse.aether | The primary API of the  RepositorySystemand its functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryEvent | RepositoryEvent.Builder. build()Builds a new event from the current values of this builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RepositoryListener. artifactDeployed(RepositoryEvent event)Notifies the listener of an artifact whose upload to a remote repository has been completed, either successfully
 or not. | 
| void | AbstractRepositoryListener. artifactDeployed(RepositoryEvent event) | 
| void | RepositoryListener. artifactDeploying(RepositoryEvent event)Notifies the listener of an artifact that is about to be uploaded to a remote repository. | 
| void | AbstractRepositoryListener. artifactDeploying(RepositoryEvent event) | 
| void | RepositoryListener. artifactDescriptorInvalid(RepositoryEvent event)Notifies the listener of a syntactically or semantically invalid artifact descriptor. | 
| void | AbstractRepositoryListener. artifactDescriptorInvalid(RepositoryEvent event) | 
| void | RepositoryListener. artifactDescriptorMissing(RepositoryEvent event)Notifies the listener of a missing artifact descriptor. | 
| void | AbstractRepositoryListener. artifactDescriptorMissing(RepositoryEvent event) | 
| void | RepositoryListener. artifactDownloaded(RepositoryEvent event)Notifies the listener of an artifact whose download has been completed, either successfully or not. | 
| void | AbstractRepositoryListener. artifactDownloaded(RepositoryEvent event) | 
| void | RepositoryListener. artifactDownloading(RepositoryEvent event)Notifies the listener of an artifact that is about to be downloaded from a remote repository. | 
| void | AbstractRepositoryListener. artifactDownloading(RepositoryEvent event) | 
| void | RepositoryListener. artifactInstalled(RepositoryEvent event)Notifies the listener of an artifact whose installation to the local repository has been completed, either
 successfully or not. | 
| void | AbstractRepositoryListener. artifactInstalled(RepositoryEvent event) | 
| void | RepositoryListener. artifactInstalling(RepositoryEvent event)Notifies the listener of an artifact that is about to be installed to the local repository. | 
| void | AbstractRepositoryListener. artifactInstalling(RepositoryEvent event) | 
| void | RepositoryListener. artifactResolved(RepositoryEvent event)Notifies the listener of an artifact whose resolution has been completed, either successfully or not. | 
| void | AbstractRepositoryListener. artifactResolved(RepositoryEvent event) | 
| void | RepositoryListener. artifactResolving(RepositoryEvent event)Notifies the listener of an artifact that is about to be resolved. | 
| void | AbstractRepositoryListener. artifactResolving(RepositoryEvent event) | 
| void | RepositoryListener. metadataDeployed(RepositoryEvent event)Notifies the listener of some metadata whose upload to a remote repository has been completed, either
 successfully or not. | 
| void | AbstractRepositoryListener. metadataDeployed(RepositoryEvent event) | 
| void | RepositoryListener. metadataDeploying(RepositoryEvent event)Notifies the listener of some metadata that is about to be uploaded to a remote repository. | 
| void | AbstractRepositoryListener. metadataDeploying(RepositoryEvent event) | 
| void | RepositoryListener. metadataDownloaded(RepositoryEvent event)Notifies the listener of some metadata whose download has been completed, either successfully or not. | 
| void | AbstractRepositoryListener. metadataDownloaded(RepositoryEvent event) | 
| void | RepositoryListener. metadataDownloading(RepositoryEvent event)Notifies the listener of some metadata that is about to be downloaded from a remote repository. | 
| void | AbstractRepositoryListener. metadataDownloading(RepositoryEvent event) | 
| void | RepositoryListener. metadataInstalled(RepositoryEvent event)Notifies the listener of some metadata whose installation to the local repository has been completed, either
 successfully or not. | 
| void | AbstractRepositoryListener. metadataInstalled(RepositoryEvent event) | 
| void | RepositoryListener. metadataInstalling(RepositoryEvent event)Notifies the listener of some metadata that is about to be installed to the local repository. | 
| void | AbstractRepositoryListener. metadataInstalling(RepositoryEvent event) | 
| void | RepositoryListener. metadataInvalid(RepositoryEvent event)Notifies the listener of syntactically or semantically invalid metadata. | 
| void | AbstractRepositoryListener. metadataInvalid(RepositoryEvent event) | 
| void | RepositoryListener. metadataResolved(RepositoryEvent event)Notifies the listener of some metadata whose resolution has been completed, either successfully or not. | 
| void | AbstractRepositoryListener. metadataResolved(RepositoryEvent event) | 
| void | RepositoryListener. metadataResolving(RepositoryEvent event)Notifies the listener of some metadata that is about to be resolved. | 
| void | AbstractRepositoryListener. metadataResolving(RepositoryEvent event) | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.