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 | Description |
|---|---|
PeekTask(java.net.URI location) |
Creates a new task for the specified remote resource.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetListener, 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