Uses of Class
org.eclipse.aether.spi.connector.transport.GetTask
-
Packages that use GetTask Package Description org.eclipse.aether.spi.connector.transport The contract to download/upload URI-based resources using custom transport protocols.org.eclipse.aether.transport.classpath Support for downloads that utilize the classpath as "remote" storage.org.eclipse.aether.transport.file Support for downloads/uploads using the local filesystem as "remote" storage.org.eclipse.aether.transport.http Support for downloads/uploads via the HTTP and HTTPS protocols.org.eclipse.aether.transport.wagon 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 GetTask Modifier and Type Method Description GetTaskGetTask. setChecksum(java.lang.String algorithm, java.lang.String value)Sets a checksum which the remote repository advertises for the resource.GetTaskGetTask. setDataFile(java.io.File dataFile)Sets the file where the downloaded data should be stored.GetTaskGetTask. setDataFile(java.io.File dataFile, boolean resume)Sets the file where the downloaded data should be stored.GetTaskGetTask. 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 GetTask Modifier and Type Method Description voidAbstractTransporter. get(GetTask task)voidTransporter. get(GetTask task)Downloads a resource from the repository.protected abstract voidAbstractTransporter. implGet(GetTask task)ImplementsAbstractTransporter.get(GetTask), gets only called if the transporter has not been closed.protected voidAbstractTransporter. utilGet(GetTask task, java.io.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.classpath
Methods in org.eclipse.aether.transport.classpath with parameters of type GetTask Modifier and Type Method Description protected voidClasspathTransporter. implGet(GetTask task) -
Uses of GetTask in org.eclipse.aether.transport.file
Methods in org.eclipse.aether.transport.file with parameters of type GetTask Modifier and Type Method Description protected voidFileTransporter. implGet(GetTask task) -
Uses of GetTask in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http declared as GetTask Modifier and Type Field Description private GetTaskHttpTransporter.EntityGetter. taskMethods in org.eclipse.aether.transport.http with parameters of type GetTask Modifier and Type Method Description protected voidHttpTransporter. implGet(GetTask task)private <T extends org.apache.http.client.methods.HttpUriRequest>
THttpTransporter. resume(T request, GetTask task)Constructors in org.eclipse.aether.transport.http with parameters of type GetTask Constructor Description EntityGetter(GetTask task) -
Uses of GetTask in org.eclipse.aether.transport.wagon
Fields in org.eclipse.aether.transport.wagon declared as GetTask Modifier and Type Field Description private GetTaskWagonTransporter.GetTaskRunner. taskMethods in org.eclipse.aether.transport.wagon with parameters of type GetTask Modifier and Type Method Description voidWagonTransporter. get(GetTask task)Constructors in org.eclipse.aether.transport.wagon with parameters of type GetTask Constructor Description GetTaskRunner(GetTask task)
-