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 SummaryModifier 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- 
getLocationGets the relative location of the affected resource in the remote repository.- Returns:
- The relative location of the resource, never null.
 
- 
getListenerGets the listener that is to be notified during the transfer.- Returns:
- The listener to notify of progress, never null.
 
 
-