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 class
ArtifactDownload
A download of an artifact from a remote repository.class
ArtifactTransfer
A download/upload of an artifact.class
ArtifactUpload
An upload of an artifact to a remote repository.class
MetadataDownload
A download of metadata from a remote repository.class
MetadataTransfer
A download/upload of metadata.class
MetadataUpload
An upload of metadata to a remote repository.
-