| Package | Description |
|---|---|
| org.eclipse.aether.impl | |
| org.eclipse.aether.internal.impl | |
| org.eclipse.aether.spi.connector | |
| org.eclipse.aether.transfer |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCheckManager.checkArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
Checks whether an artifact has to be updated from a remote repository.
|
void |
UpdateCheckManager.touchArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
Updates the timestamp for the artifact contained in the update check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUpdateCheckManager.checkArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check) |
void |
DefaultUpdateCheckManager.touchArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactTransferException |
ArtifactTransfer.getException()
Gets the exception that occurred during the transfer (if any).
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactUpload |
ArtifactUpload.setException(ArtifactTransferException exception) |
ArtifactTransfer |
ArtifactTransfer.setException(ArtifactTransferException exception)
Sets the exception that occurred during the transfer.
|
ArtifactDownload |
ArtifactDownload.setException(ArtifactTransferException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactNotFoundException
Thrown when an artifact was not found in a particular repository.
|
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.