Uses of Class
org.eclipse.aether.transfer.TransferResource
-
Packages that use TransferResource 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.checksum The support infrastructure for repository connectors to apply checksum policies when validating the integrity of downloaded files.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.connector.basic
Methods in org.eclipse.aether.connector.basic that return TransferResource Modifier and Type Method Description private TransferResourceBasicRepositoryConnector. newTransferResource(java.net.URI path, java.io.File file, RequestTrace trace)Methods in org.eclipse.aether.connector.basic with parameters of type TransferResource Modifier and Type Method Description private ChecksumPolicyBasicRepositoryConnector. newChecksumPolicy(java.lang.String policy, TransferResource resource)private TransferEvent.BuilderBasicRepositoryConnector. newEventBuilder(TransferResource resource, boolean upload, boolean peek) -
Uses of TransferResource in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as TransferResource Modifier and Type Field Description protected TransferResourceAbstractChecksumPolicy. resourceMethods in org.eclipse.aether.internal.impl with parameters of type TransferResource Modifier and Type Method Description ChecksumPolicyDefaultChecksumPolicyProvider. newChecksumPolicy(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, java.lang.String policy)Constructors in org.eclipse.aether.internal.impl with parameters of type TransferResource Constructor Description AbstractChecksumPolicy(TransferResource resource)FailChecksumPolicy(TransferResource resource)WarnChecksumPolicy(TransferResource resource) -
Uses of TransferResource in org.eclipse.aether.spi.connector.checksum
Methods in org.eclipse.aether.spi.connector.checksum with parameters of type TransferResource Modifier and Type Method Description ChecksumPolicyChecksumPolicyProvider. newChecksumPolicy(RepositorySystemSession session, RemoteRepository repository, TransferResource resource, java.lang.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
Fields in org.eclipse.aether.transfer declared as TransferResource Modifier and Type Field Description (package private) TransferResourceTransferEvent.Builder. resourceprivate TransferResourceTransferEvent. resourceMethods 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.
-