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.setChecksumPolicy(String checksumPolicy)
Sets the checksum policy for this transfer.
|
MetadataDownload |
MetadataDownload.setException(MetadataTransferException exception) |
MetadataDownload |
MetadataDownload.setException(MetadataTransferException exception) |
MetadataDownload |
MetadataDownload.setFile(File file) |
MetadataDownload |
MetadataDownload.setFile(File file) |
MetadataDownload |
MetadataDownload.setListener(TransferListener listener) |
MetadataDownload |
MetadataDownload.setListener(TransferListener listener) |
MetadataDownload |
MetadataDownload.setMetadata(Metadata metadata) |
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.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.setRequestContext(String context)
Sets the request context of this transfer.
|
MetadataDownload |
MetadataDownload.setTrace(RequestTrace trace) |
MetadataDownload |
MetadataDownload.setTrace(RequestTrace trace) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads,
Collection<? extends MetadataDownload> metadataDownloads)
Performs the specified downloads.
|
void |
RepositoryConnector.get(Collection<? extends ArtifactDownload> artifactDownloads,
Collection<? extends MetadataDownload> metadataDownloads)
Performs the specified downloads.
|
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.