Package | Description |
---|---|
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
org.eclipse.aether.transfer |
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
|
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 |
---|---|
ArtifactTransfer |
ArtifactTransfer.setException(ArtifactTransferException exception)
Sets the exception that occurred during the transfer.
|
ArtifactUpload |
ArtifactUpload.setException(ArtifactTransferException exception) |
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–2017 The Apache Software Foundation. All rights reserved.