public final class PeekTask extends TransportTask
TransportTask.getListener() is always a noop given that none of its event methods are relevant in context of this task.Transporter.peek(PeekTask)| Constructor and Description |
|---|
PeekTask(java.net.URI location)
Creates a new task for the specified remote resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getListener, getLocationpublic PeekTask(java.net.URI location)
location - The relative location of the resource in the remote repository, must not be null.public java.lang.String toString()
toString in class java.lang.Object