Uses of Class
org.eclipse.aether.spi.connector.ArtifactTransfer
-
Packages that use ArtifactTransfer Package Description org.eclipse.aether.spi.connector The contract to access artifacts/metadata in remote repositories. -
-
Uses of ArtifactTransfer in org.eclipse.aether.spi.connector
Subclasses of ArtifactTransfer in org.eclipse.aether.spi.connector Modifier and Type Class Description class
ArtifactDownload
A download of an artifact from a remote repository.class
ArtifactUpload
An upload of an artifact to a remote repository.Methods in org.eclipse.aether.spi.connector that return ArtifactTransfer Modifier and Type Method Description ArtifactTransfer
ArtifactTransfer. setArtifact(Artifact artifact)
Sets the artifact to transfer.ArtifactTransfer
ArtifactTransfer. setException(ArtifactTransferException exception)
Sets the exception that occurred during the transfer.ArtifactTransfer
ArtifactTransfer. setFile(File file)
Sets the local file the artifact is downloaded to or uploaded from.
-