| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArtifactDownload |
A download of an artifact from a remote repository.
|
class |
ArtifactUpload |
An upload of an artifact to a remote repository.
|
| Modifier and Type | Method | 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(java.io.File file) |
Sets the local file the artifact is downloaded to or uploaded from.
|