Uses of Class
org.eclipse.aether.transfer.TransferResource
Package
Description
The various sub components that collectively implement the repository system.
The support infrastructure for repository connectors to apply checksum policies when validating the integrity of
downloaded files.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of TransferResource in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultChecksumPolicyProvider.newChecksumPolicy
(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, String policy) -
Uses of TransferResource in org.eclipse.aether.spi.connector.checksum
Modifier and TypeMethodDescriptionChecksumPolicyProvider.newChecksumPolicy
(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, String policy) Retrieves the checksum policy with the specified identifier for use on the given remote resource. -
Uses of TransferResource in org.eclipse.aether.transfer
Modifier and TypeMethodDescriptionTransferEvent.getResource()
Gets the resource that is being transferred.TransferResource.setContentLength
(long contentLength) Sets the size of the resource in bytes.TransferResource.setResumeOffset
(long resumeOffset) Sets the byte offset within the resource at which the download starts.ModifierConstructorDescriptionBuilder
(RepositorySystemSession session, TransferResource resource) Creates a new transfer event builder for the specified session and the given resource.