Uses of Class
org.sonatype.aether.spi.connector.ArtifactTransfer

Packages that use ArtifactTransfer
org.sonatype.aether.spi.connector   
 

Uses of ArtifactTransfer in org.sonatype.aether.spi.connector
 

Subclasses of ArtifactTransfer in org.sonatype.aether.spi.connector
 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.sonatype.aether.spi.connector that return ArtifactTransfer
 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.
 



Copyright © 2010-2012. All Rights Reserved.