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

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

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

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

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



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