Package org.eclipse.ecf.filetransfer
Interface IRemoteFileSystemRequest
- 
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable
 - All Known Implementing Classes:
- AbstractFileSystemBrowser.RemoteFileSystemRequest
 
 public interface IRemoteFileSystemRequest extends org.eclipse.core.runtime.IAdaptableRemote file request.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel this request.IFileIDgetFileID()Get directoryID that represents the directory accessed.IRemoteFileSystemListenergetRemoteFileListener()Get the listener associated with this request
 
- 
- 
- 
Method Detail- 
cancelvoid cancel() Cancel this request.
 - 
getRemoteFileListenerIRemoteFileSystemListener getRemoteFileListener() Get the listener associated with this request- Returns:
- IRemoteFileSystemListener associated with this request.
 
 - 
getFileIDIFileID getFileID() Get directoryID that represents the directory accessed.- Returns:
- IFileID for remote directory or file.  Will not return null.
 
 
- 
 
-