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 classArtifactDownloadA download of an artifact from a remote repository.classArtifactUploadAn upload of an artifact to a remote repository.Methods in org.eclipse.aether.spi.connector that return ArtifactTransfer Modifier and Type Method Description ArtifactTransferArtifactTransfer. setArtifact(Artifact artifact)Sets the artifact to transfer.ArtifactTransferArtifactTransfer. setException(ArtifactTransferException exception)Sets the exception that occurred during the transfer.ArtifactTransferArtifactTransfer. setFile(File file)Sets the local file the artifact is downloaded to or uploaded from.
-