Uses of Class
org.eclipse.aether.transfer.TransferResource
-
Packages that use TransferResource Package Description org.eclipse.aether.transfer 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.transfer
Methods in org.eclipse.aether.transfer that return TransferResource Modifier and Type Method Description TransferResourceTransferEvent. getResource()Gets the resource that is being transferred.TransferResourceTransferResource. setContentLength(long contentLength)Sets the size of the resource in bytes.TransferResourceTransferResource. setResumeOffset(long resumeOffset)Sets the byte offset within the resource at which the download starts.Constructors in org.eclipse.aether.transfer with parameters of type TransferResource Constructor Description Builder(RepositorySystemSession session, TransferResource resource)Creates a new transfer event builder for the specified session and the given resource.
-