| Package | Description |
|---|---|
| org.eclipse.aether.spi.connector |
| Modifier and Type | Method and Description |
|---|---|
ArtifactUpload |
ArtifactUpload.setArtifact(org.eclipse.aether.artifact.Artifact artifact) |
ArtifactUpload |
ArtifactUpload.setException(org.eclipse.aether.transfer.ArtifactTransferException exception) |
ArtifactUpload |
ArtifactUpload.setFile(File file) |
ArtifactUpload |
ArtifactUpload.setTrace(org.eclipse.aether.RequestTrace trace) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryConnector.put(Collection<? extends ArtifactUpload> artifactUploads,
Collection<? extends MetadataUpload> metadataUploads)
Performs the specified uploads.
|
Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.