Uses of Class
org.eclipse.aether.spi.connector.Transfer
-
Packages that use Transfer Package Description org.eclipse.aether.spi.connector The contract to access artifacts/metadata in remote repositories. -
-
Uses of Transfer in org.eclipse.aether.spi.connector
Subclasses of Transfer in org.eclipse.aether.spi.connector Modifier and Type Class Description classArtifactDownloadA download of an artifact from a remote repository.classArtifactTransferA download/upload of an artifact.classArtifactUploadAn upload of an artifact to a remote repository.classMetadataDownloadA download of metadata from a remote repository.classMetadataTransferA download/upload of metadata.classMetadataUploadAn upload of metadata to a remote repository.
-