| Package | Description | 
|---|---|
| org.eclipse.aether.spi.connector | The contract to access artifacts/metadata in remote repositories. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ArtifactDownloadA download of an artifact from a remote repository. | 
| class  | ArtifactUploadAn upload of an artifact to a remote repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactTransfer | ArtifactTransfer. setArtifact(org.eclipse.aether.artifact.Artifact artifact)Sets the artifact to transfer. | 
| ArtifactTransfer | ArtifactTransfer. setException(org.eclipse.aether.transfer.ArtifactTransferException exception)Sets the exception that occurred during the transfer. | 
| ArtifactTransfer | ArtifactTransfer. setFile(File file)Sets the local file the artifact is downloaded to or uploaded from. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.