Uses of Class
org.eclipse.aether.transfer.ArtifactTransferException
Packages that use 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
Method parameters in org.eclipse.aether.impl with type arguments of type ArtifactTransferExceptionModifier 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
Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactTransferExceptionModifier 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
Methods in org.eclipse.aether.spi.connector that return ArtifactTransferExceptionModifier and TypeMethodDescriptionArtifactTransfer.getException()
Gets the exception that occurred during the transfer (if any).Methods in org.eclipse.aether.spi.connector with parameters of type ArtifactTransferExceptionModifier 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
Subclasses of ArtifactTransferException in org.eclipse.aether.transferModifier and TypeClassDescriptionclass
Thrown when an artifact was filtered from a particular repository.class
Thrown when an artifact was not found in a particular repository.