Uses of Class
org.eclipse.aether.transfer.ArtifactTransferException
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
The contract to access artifacts/metadata in remote repositories.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of ArtifactTransferException in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionvoid
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. -
Uses of ArtifactTransferException in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionvoid
DefaultUpdateCheckManager.checkArtifact
(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) void
DefaultUpdateCheckManager.touchArtifact
(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) -
Uses of ArtifactTransferException in org.eclipse.aether.spi.connector
Modifier and TypeMethodDescriptionArtifactTransfer.getException()
Gets the exception that occurred during the transfer (if any).Modifier and TypeMethodDescriptionArtifactDownload.setException
(ArtifactTransferException exception) ArtifactTransfer.setException
(ArtifactTransferException exception) Sets the exception that occurred during the transfer.ArtifactUpload.setException
(ArtifactTransferException exception) -
Uses of ArtifactTransferException in org.eclipse.aether.transfer
Modifier and TypeClassDescriptionclass
Thrown when an artifact was filtered from a particular repository.class
Thrown when an artifact was not found in a particular repository.