Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Constructor and Description |
---|
ArtifactTransportListener(ArtifactTransfer transfer,
RemoteRepository repository,
TransferEvent.Builder eventBuilder) |
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(Artifact artifact)
Sets the artifact to transfer.
|
ArtifactTransfer |
ArtifactTransfer.setException(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.
|