Class TransportTask
java.lang.Object
org.eclipse.aether.spi.connector.transport.TransportTask
A transport task.
- Restriction:
- This class is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionGets the listener that is to be notified during the transfer.Gets the relative location of the affected resource in the remote repository.
-
Method Details
-
getLocation
Gets the relative location of the affected resource in the remote repository.- Returns:
- The relative location of the resource, never
null
.
-
getListener
Gets the listener that is to be notified during the transfer.- Returns:
- The listener to notify of progress, never
null
.
-