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 voidBasicRepositoryConnector. 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 ArtifactUploadDefaultDeployer.ArtifactUploadListener. transferConstructors 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 ArtifactUploadArtifactUpload. setArtifact(Artifact artifact)ArtifactUploadArtifactUpload. setException(ArtifactTransferException exception)ArtifactUploadArtifactUpload. setFile(java.io.File file)ArtifactUploadArtifactUpload. setFileTransformer(FileTransformer fileTransformer)ArtifactUploadArtifactUpload. setListener(TransferListener listener)ArtifactUploadArtifactUpload. setTrace(RequestTrace trace)Method parameters in org.eclipse.aether.spi.connector with type arguments of type ArtifactUpload Modifier and Type Method Description voidRepositoryConnector. put(java.util.Collection<? extends ArtifactUpload> artifactUploads, java.util.Collection<? extends MetadataUpload> metadataUploads)Performs the specified uploads.
-