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
Fields in org.eclipse.aether.internal.impl with type parameters of type ArtifactTransferExceptionModifier and TypeFieldDescription(package private) UpdateCheck
<Artifact, ArtifactTransferException> DefaultArtifactResolver.ResolutionItem.updateCheck
Methods in org.eclipse.aether.internal.impl that return ArtifactTransferExceptionModifier and TypeMethodDescriptionprivate ArtifactTransferException
DefaultUpdateCheckManager.newException
(String error, Artifact artifact, RemoteRepository repository) Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactTransferExceptionModifier and TypeMethodDescriptionvoid
DefaultDeployer.EventCatapult.artifactDeployed
(Artifact artifact, File file, ArtifactTransferException exception) 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) Methods in org.eclipse.aether.internal.impl that throw ArtifactTransferExceptionModifier and TypeMethodDescriptionprivate File
DefaultArtifactResolver.getFile
(RepositorySystemSession session, Artifact artifact, File file) -
Uses of ArtifactTransferException in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as ArtifactTransferExceptionMethods 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.