| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
| Modifier and Type | Method | Description |
|---|---|---|
MetadataDownload |
MetadataDownload.setChecksumPolicy(java.lang.String checksumPolicy) |
Sets the checksum policy for this transfer.
|
MetadataDownload |
MetadataDownload.setException(org.eclipse.aether.transfer.MetadataTransferException exception) |
|
MetadataDownload |
MetadataDownload.setFile(java.io.File file) |
|
MetadataDownload |
MetadataDownload.setListener(org.eclipse.aether.transfer.TransferListener listener) |
|
MetadataDownload |
MetadataDownload.setMetadata(org.eclipse.aether.metadata.Metadata metadata) |
|
MetadataDownload |
MetadataDownload.setRepositories(java.util.List<org.eclipse.aether.repository.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.
|
MetadataDownload |
MetadataDownload.setTrace(org.eclipse.aether.RequestTrace trace) |