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

Packages that use MetadataDownload
org.sonatype.aether.connector.file   
org.sonatype.aether.spi.connector   
 

Uses of MetadataDownload in org.sonatype.aether.connector.file
 

Method parameters in org.sonatype.aether.connector.file with type arguments of type MetadataDownload
 void FileRepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads, java.util.Collection<? extends MetadataDownload> metadataDownloads)
           
 

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

Methods in org.sonatype.aether.spi.connector that return MetadataDownload
 MetadataDownload MetadataDownload.setChecksumPolicy(java.lang.String checksumPolicy)
          Sets the checksum policy for this transfer.
 MetadataDownload MetadataDownload.setException(MetadataTransferException exception)
           
 MetadataDownload MetadataDownload.setFile(java.io.File file)
           
 MetadataDownload MetadataDownload.setMetadata(Metadata metadata)
           
 MetadataDownload MetadataDownload.setRepositories(java.util.List<RemoteRepository> repositories)
          Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
 MetadataDownload MetadataDownload.setRequestContext(java.lang.String context)
          Sets the request context of this transfer.
 

Method parameters in org.sonatype.aether.spi.connector with type arguments of type MetadataDownload
 void RepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads, java.util.Collection<? extends MetadataDownload> metadataDownloads)
          Performs the specified downloads.
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.