Package | Description |
---|---|
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
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.setListener(org.eclipse.aether.transfer.TransferListener listener) |
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–2017 The Apache Software Foundation. All rights reserved.