Uses of Class
org.eclipse.aether.spi.connector.transport.GetTask
Packages that use GetTask
Package
Description
The contract to download/upload URI-based resources using custom transport protocols.
Support for downloads/uploads using the local filesystem as "remote" storage.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads using Apache Maven Wagon.
-
Uses of GetTask in org.eclipse.aether.spi.connector.transport
Methods in org.eclipse.aether.spi.connector.transport that return GetTaskModifier and TypeMethodDescriptionGetTask.setChecksum
(String algorithm, String value) Sets a checksum which the remote repository advertises for the resource.GetTask.setDataFile
(File dataFile) Sets the file where the downloaded data should be stored.GetTask.setDataFile
(File dataFile, boolean resume) Sets the file where the downloaded data should be stored.GetTask.setListener
(TransportListener listener) Sets the listener that is to be notified during the transfer.Methods in org.eclipse.aether.spi.connector.transport with parameters of type GetTaskModifier and TypeMethodDescriptionvoid
void
Downloads a resource from the repository.protected abstract void
ImplementsAbstractTransporter.get(GetTask)
, gets only called if the transporter has not been closed.protected void
AbstractTransporter.utilGet
(GetTask task, InputStream is, boolean close, long length, boolean resume) Performs stream-based I/O for the specified download task and notifies the configured transport listener. -
Uses of GetTask in org.eclipse.aether.transport.file
Methods in org.eclipse.aether.transport.file with parameters of type GetTask -
Uses of GetTask in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http declared as GetTaskMethods in org.eclipse.aether.transport.http with parameters of type GetTaskModifier and TypeMethodDescriptionprotected void
private <T extends org.apache.http.client.methods.HttpUriRequest>
TConstructors in org.eclipse.aether.transport.http with parameters of type GetTask -
Uses of GetTask in org.eclipse.aether.transport.wagon
Fields in org.eclipse.aether.transport.wagon declared as GetTaskMethods in org.eclipse.aether.transport.wagon with parameters of type GetTaskConstructors in org.eclipse.aether.transport.wagon with parameters of type GetTask