Class PeekTask
java.lang.Object
org.eclipse.aether.spi.connector.transport.TransportTask
org.eclipse.aether.spi.connector.transport.PeekTask
A task to check the existence of a resource in the remote repository. Note: The listener returned from
TransportTask.getListener() is only used in the context of TransportListener.transportPropertiesAvailable(Map).- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetListener(TransportListener listener) Sets the listener that is to be notified during the transfer.toString()Methods inherited from class org.eclipse.aether.spi.connector.transport.TransportTask
getListener, getLocation
-
Constructor Details
-
PeekTask
Creates a new task for the specified remote resource.- Parameters:
location- The relative location of the resource in the remote repository, must not benull.
-
-
Method Details