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(org.eclipse.aether.artifact.Artifact artifact)Sets the artifact to transfer.ArtifactTransferArtifactTransfer. setException(org.eclipse.aether.transfer.ArtifactTransferException exception)Sets the exception that occurred during the transfer.ArtifactTransferArtifactTransfer. setFile(java.io.File file)Sets the local file the artifact is downloaded to or uploaded from.
-