Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.internal.impl.filter | |
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicRepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads,
java.util.Collection<? extends MetadataDownload> metadataDownloads) |
Modifier and Type | Method and Description |
---|---|
void |
FilteringRepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads,
java.util.Collection<? extends MetadataDownload> metadataDownloads) |
Modifier and Type | Method and Description |
---|---|
MetadataDownload |
MetadataDownload.setChecksumPolicy(java.lang.String checksumPolicy)
Sets the checksum policy for this transfer.
|
MetadataDownload |
MetadataDownload.setException(MetadataTransferException exception) |
MetadataDownload |
MetadataDownload.setFile(java.io.File file) |
MetadataDownload |
MetadataDownload.setListener(TransferListener listener) |
MetadataDownload |
MetadataDownload.setMetadata(Metadata metadata) |
MetadataDownload |
MetadataDownload.setRepositories(java.util.List<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(RequestTrace trace) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads,
java.util.Collection<? extends MetadataDownload> metadataDownloads)
Performs the specified downloads.
|