Package | Description |
---|---|
org.eclipse.aether.connector.basic |
Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.impl.filter | |
org.eclipse.aether.spi.connector |
The contract to access artifacts/metadata in remote repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicRepositoryConnector.put(java.util.Collection<? extends ArtifactUpload> artifactUploads,
java.util.Collection<? extends MetadataUpload> metadataUploads) |
Modifier and Type | Field and Description |
---|---|
private ArtifactUpload |
DefaultDeployer.ArtifactUploadListener.transfer |
Constructor and Description |
---|
ArtifactUploadListener(DefaultDeployer.EventCatapult catapult,
ArtifactUpload transfer) |
Modifier and Type | Method and Description |
---|---|
void |
FilteringRepositoryConnector.put(java.util.Collection<? extends ArtifactUpload> artifactUploads,
java.util.Collection<? extends MetadataUpload> metadataUploads) |
Modifier and Type | Method and Description |
---|---|
ArtifactUpload |
ArtifactUpload.setArtifact(Artifact artifact) |
ArtifactUpload |
ArtifactUpload.setException(ArtifactTransferException exception) |
ArtifactUpload |
ArtifactUpload.setFile(java.io.File file) |
ArtifactUpload |
ArtifactUpload.setFileTransformer(FileTransformer fileTransformer) |
ArtifactUpload |
ArtifactUpload.setListener(TransferListener listener) |
ArtifactUpload |
ArtifactUpload.setTrace(RequestTrace trace) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnector.put(java.util.Collection<? extends ArtifactUpload> artifactUploads,
java.util.Collection<? extends MetadataUpload> metadataUploads)
Performs the specified uploads.
|