Uses of Class
org.eclipse.aether.spi.connector.ArtifactUpload
-
Packages that use ArtifactUpload 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.spi.connector The contract to access artifacts/metadata in remote repositories. -
-
Uses of ArtifactUpload in org.eclipse.aether.connector.basic
Method parameters in org.eclipse.aether.connector.basic with type arguments of type ArtifactUpload Modifier and Type Method Description void
BasicRepositoryConnector. put(java.util.Collection<? extends ArtifactUpload> artifactUploads, java.util.Collection<? extends MetadataUpload> metadataUploads)
-
Uses of ArtifactUpload in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ArtifactUpload Modifier and Type Field Description private ArtifactUpload
DefaultDeployer.ArtifactUploadListener. transfer
Constructors in org.eclipse.aether.internal.impl with parameters of type ArtifactUpload Constructor Description ArtifactUploadListener(DefaultDeployer.EventCatapult catapult, ArtifactUpload transfer)
-
Uses of ArtifactUpload in org.eclipse.aether.spi.connector
Methods in org.eclipse.aether.spi.connector that return ArtifactUpload Modifier and Type Method 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)
Method parameters in org.eclipse.aether.spi.connector with type arguments of type ArtifactUpload Modifier and Type Method Description void
RepositoryConnector. put(java.util.Collection<? extends ArtifactUpload> artifactUploads, java.util.Collection<? extends MetadataUpload> metadataUploads)
Performs the specified uploads.
-