Uses of Class
org.eclipse.aether.transfer.ArtifactTransferException
-
Packages that use ArtifactTransferException 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. -
-
Uses of ArtifactTransferException in org.eclipse.aether.impl
Method parameters in org.eclipse.aether.impl with type arguments of type ArtifactTransferException Modifier and Type Method Description voidUpdateCheckManager. 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 ArtifactTransferException Modifier and Type Field Description (package private) UpdateCheck<Artifact,ArtifactTransferException>DefaultArtifactResolver.ResolutionItem. updateCheckMethods in org.eclipse.aether.internal.impl that return ArtifactTransferException Modifier and Type Method Description private ArtifactTransferExceptionDefaultUpdateCheckManager. newException(java.lang.String error, Artifact artifact, RemoteRepository repository)Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactTransferException Modifier and Type Method Description voidDefaultDeployer.EventCatapult. artifactDeployed(Artifact artifact, java.io.File file, ArtifactTransferException exception)Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactTransferException Modifier and Type Method Description voidDefaultUpdateCheckManager. checkArtifact(RepositorySystemSession session, UpdateCheck<Artifact,ArtifactTransferException> check)voidDefaultUpdateCheckManager. touchArtifact(RepositorySystemSession session, UpdateCheck<Artifact,ArtifactTransferException> check)Methods in org.eclipse.aether.internal.impl that throw ArtifactTransferException Modifier and Type Method Description private java.io.FileDefaultArtifactResolver. getFile(RepositorySystemSession session, Artifact artifact, java.io.File file) -
Uses of ArtifactTransferException in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as ArtifactTransferException Modifier and Type Field Description private ArtifactTransferExceptionArtifactTransfer. exceptionMethods in org.eclipse.aether.spi.connector that return ArtifactTransferException Modifier and Type Method Description ArtifactTransferExceptionArtifactTransfer. getException()Gets the exception that occurred during the transfer (if any).Methods in org.eclipse.aether.spi.connector with parameters of type ArtifactTransferException Modifier and Type Method Description ArtifactDownloadArtifactDownload. setException(ArtifactTransferException exception)ArtifactTransferArtifactTransfer. setException(ArtifactTransferException exception)Sets the exception that occurred during the transfer.ArtifactUploadArtifactUpload. setException(ArtifactTransferException exception) -
Uses of ArtifactTransferException in org.eclipse.aether.transfer
Subclasses of ArtifactTransferException in org.eclipse.aether.transfer Modifier and Type Class Description classArtifactNotFoundExceptionThrown when an artifact was not found in a particular repository.
-