|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtifactDownload | |
---|---|
org.sonatype.aether.connector.file | |
org.sonatype.aether.spi.connector |
Uses of ArtifactDownload in org.sonatype.aether.connector.file |
---|
Method parameters in org.sonatype.aether.connector.file with type arguments of type ArtifactDownload | |
---|---|
void |
FileRepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads,
java.util.Collection<? extends MetadataDownload> metadataDownloads)
|
Uses of ArtifactDownload in org.sonatype.aether.spi.connector |
---|
Methods in org.sonatype.aether.spi.connector that return ArtifactDownload | |
---|---|
ArtifactDownload |
ArtifactDownload.setArtifact(Artifact artifact)
|
ArtifactDownload |
ArtifactDownload.setChecksumPolicy(java.lang.String checksumPolicy)
Sets the checksum policy for this transfer. |
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.setFile(java.io.File file)
|
ArtifactDownload |
ArtifactDownload.setRepositories(java.util.List<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. |
Method parameters in org.sonatype.aether.spi.connector with type arguments of type ArtifactDownload | |
---|---|
void |
RepositoryConnector.get(java.util.Collection<? extends ArtifactDownload> artifactDownloads,
java.util.Collection<? extends MetadataDownload> metadataDownloads)
Performs the specified downloads. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |