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(Collection<? extends ArtifactDownload> artifactDownloads, 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(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.
 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-2013. All Rights Reserved.