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

Packages that use Transfer
org.sonatype.aether.spi.connector   
org.sonatype.aether.test.util.connector.suite   
 

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

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

Methods in org.sonatype.aether.spi.connector that return Transfer
 Transfer Transfer.setState(Transfer.State state)
          Sets the state of this transfer.
 Transfer Transfer.setTrace(RequestTrace trace)
          Sets the trace information that describes the higher level request/operation in which this transfer is issued.
 

Uses of Transfer in org.sonatype.aether.test.util.connector.suite
 

Methods in org.sonatype.aether.test.util.connector.suite with type parameters of type Transfer
static
<T extends Transfer>
List<T>
ConnectorTestUtils.createTransfers(Class<T> cls, int count, File file)
          Creates transfer objects according to the given class.
 



Copyright © 2010-2013. All Rights Reserved.