| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactDownload |
ArtifactDownload.setArtifact(org.eclipse.aether.artifact.Artifact artifact) |
|
ArtifactDownload |
ArtifactDownload.setChecksumPolicy(java.lang.String checksumPolicy) |
Sets the checksum policy for this transfer.
|
ArtifactDownload |
ArtifactDownload.setException(org.eclipse.aether.transfer.ArtifactTransferException exception) |
|
ArtifactDownload |
ArtifactDownload.setExistenceCheck(boolean existenceCheck) |
Controls whether this transfer shall only verify the existence of the artifact in the remote repository rather
than actually downloading the file.
|
ArtifactDownload |
ArtifactDownload.setFile(java.io.File file) |
|
ArtifactDownload |
ArtifactDownload.setListener(org.eclipse.aether.transfer.TransferListener listener) |
|
ArtifactDownload |
ArtifactDownload.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.
|
ArtifactDownload |
ArtifactDownload.setRequestContext(java.lang.String context) |
Sets the context of this transfer.
|
ArtifactDownload |
ArtifactDownload.setSupportedContexts(java.util.Collection<java.lang.String> contexts) |
Sets the set of request contexts in which the artifact is generally available.
|
ArtifactDownload |
ArtifactDownload.setTrace(org.eclipse.aether.RequestTrace trace) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads,
java.util.Collection<? extends MetadataDownload> metadataDownloads) |
Performs the specified downloads.
|