public interface IRemoteFileSystemRequest
extends org.eclipse.core.runtime.IAdaptable
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel this request.
|
IFileID |
getFileID()
Get directoryID that represents the directory accessed.
|
IRemoteFileSystemListener |
getRemoteFileListener()
Get the listener associated with this request
|
void cancel()
IRemoteFileSystemListener getRemoteFileListener()
IFileID getFileID()
null
.