Package | Description |
---|---|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Modifier and Type | Method and Description |
---|---|
MetadataDownload |
MetadataDownload.setChecksumPolicy(String checksumPolicy)
Sets the checksum policy for this transfer.
|
MetadataDownload |
MetadataDownload.setException(org.eclipse.aether.transfer.MetadataTransferException exception) |
MetadataDownload |
MetadataDownload.setFile(File file) |
MetadataDownload |
MetadataDownload.setListener(org.eclipse.aether.transfer.TransferListener listener) |
MetadataDownload |
MetadataDownload.setMetadata(org.eclipse.aether.metadata.Metadata metadata) |
MetadataDownload |
MetadataDownload.setRepositories(List<org.eclipse.aether.repository.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(org.eclipse.aether.RequestTrace trace) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads,
Collection<? extends MetadataDownload> metadataDownloads)
Performs the specified downloads.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.