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 TypeMethodDescriptionvoidUpdateCheckManager.checkArtifact(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) Checks whether an artifact has to be updated from a remote repository.voidUpdateCheckManager.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.updateCheckMethods in org.eclipse.aether.internal.impl that return ArtifactTransferExceptionModifier and TypeMethodDescriptionprivate ArtifactTransferExceptionDefaultUpdateCheckManager.newException(String error, Artifact artifact, RemoteRepository repository) Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactTransferExceptionModifier and TypeMethodDescriptionvoidDefaultDeployer.EventCatapult.artifactDeployed(Artifact artifact, File file, ArtifactTransferException exception) Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactTransferExceptionModifier and TypeMethodDescriptionvoidDefaultUpdateCheckManager.checkArtifact(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) voidDefaultUpdateCheckManager.touchArtifact(RepositorySystemSession session, UpdateCheck<Artifact, ArtifactTransferException> check) Methods in org.eclipse.aether.internal.impl that throw ArtifactTransferExceptionModifier and TypeMethodDescriptionprivate FileDefaultArtifactResolver.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 TypeClassDescriptionclassThrown when an artifact was filtered from a particular repository.classThrown when an artifact was not found in a particular repository.