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(URI location)
Creates a new task for the specified remote resource.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getListener, getLocation
public PeekTask(URI location)
location
- The relative location of the resource in the remote repository, must not be null
.Copyright © 2010–2016 The Eclipse Foundation. All rights reserved.