Package | Description |
---|---|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Modifier and Type | Class and 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 and Description |
---|---|
ArtifactTransfer |
ArtifactTransfer.setArtifact(org.eclipse.aether.artifact.Artifact artifact)
Sets the artifact to transfer.
|
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.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.
|
ArtifactTransfer |
ArtifactTransfer.setFile(File file)
Sets the local file the artifact is downloaded to or uploaded from.
|
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.