Package | Description |
---|---|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDownload |
ArtifactDownload.setArtifact(Artifact artifact) |
ArtifactDownload |
ArtifactDownload.setArtifact(Artifact artifact) |
ArtifactDownload |
ArtifactDownload.setChecksumPolicy(String checksumPolicy)
Sets the checksum policy for this transfer.
|
ArtifactDownload |
ArtifactDownload.setChecksumPolicy(String checksumPolicy)
Sets the checksum policy for this transfer.
|
ArtifactDownload |
ArtifactDownload.setException(ArtifactTransferException exception) |
ArtifactDownload |
ArtifactDownload.setException(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.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(File file) |
ArtifactDownload |
ArtifactDownload.setFile(File file) |
ArtifactDownload |
ArtifactDownload.setListener(TransferListener listener) |
ArtifactDownload |
ArtifactDownload.setListener(TransferListener listener) |
ArtifactDownload |
ArtifactDownload.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
|
ArtifactDownload |
ArtifactDownload.setRepositories(List<RemoteRepository> repositories)
Sets the remote repositories that are being aggregated by the physically contacted remote repository (i.e.
|
ArtifactDownload |
ArtifactDownload.setRequestContext(String context)
Sets the context of this transfer.
|
ArtifactDownload |
ArtifactDownload.setRequestContext(String context)
Sets the context of this transfer.
|
ArtifactDownload |
ArtifactDownload.setSupportedContexts(Collection<String> contexts)
Sets the set of request contexts in which the artifact is generally available.
|
ArtifactDownload |
ArtifactDownload.setSupportedContexts(Collection<String> contexts)
Sets the set of request contexts in which the artifact is generally available.
|
ArtifactDownload |
ArtifactDownload.setTrace(RequestTrace trace) |
ArtifactDownload |
ArtifactDownload.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.