Class TransportTask
- java.lang.Object
-
- org.eclipse.aether.spi.connector.transport.TransportTask
-
public abstract class TransportTask extends Object
A transport task.- Restriction:
- This class is not intended to be extended by clients.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportListener
getListener()
Gets the listener that is to be notified during the transfer.URI
getLocation()
Gets the relative location of the affected resource in the remote repository.
-
-
-
Method Detail
-
getLocation
public URI getLocation()
Gets the relative location of the affected resource in the remote repository.- Returns:
- The relative location of the resource, never
null
.
-
getListener
public TransportListener getListener()
Gets the listener that is to be notified during the transfer.- Returns:
- The listener to notify of progress, never
null
.
-
-