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

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

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

Subclasses of MetadataTransfer in org.sonatype.aether.spi.connector
 class MetadataDownload
          A download of metadata from a remote repository.
 class MetadataUpload
          An upload of metadata to a remote repository.
 

Methods in org.sonatype.aether.spi.connector that return MetadataTransfer
 MetadataTransfer MetadataTransfer.setException(MetadataTransferException exception)
          Sets the exception that occurred during the transfer.
 MetadataTransfer MetadataTransfer.setFile(File file)
          Sets the local file the metadata is downloaded to or uploaded from.
 MetadataTransfer MetadataTransfer.setMetadata(Metadata metadata)
          Sets the metadata to transfer.
 



Copyright © 2010-2012. All Rights Reserved.