Class LocalFileSystemBrowser
java.lang.Object
org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser
org.eclipse.ecf.provider.filetransfer.browse.LocalFileSystemBrowser
A class for asynchronously browsing a
File
-based filesystem.-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser
AbstractFileSystemBrowser.DirectoryJob, AbstractFileSystemBrowser.RemoteFileSystemRequest
-
Field Summary
Fields inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser
connectContext, directoryOrFile, fileID, job, listener, proxy, remoteFiles
-
Constructor Summary
ConstructorDescriptionLocalFileSystemBrowser
(IFileID directoryID2, IRemoteFileSystemListener listener) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Run the actual request.protected void
setupProxy
(Proxy proxy) Methods inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser
cancel, cleanUp, createRemoteFileEvent, createRemoteFileSystemRequest, getException, isCanceled, newUserCancelledException, selectProxyFromProxies, sendBrowseRequest, setCanceled, setException, setupProxies
-
Field Details
-
local
-
-
Constructor Details
-
LocalFileSystemBrowser
public LocalFileSystemBrowser(IFileID directoryID2, IRemoteFileSystemListener listener) throws RemoteFileSystemException - Parameters:
listener
- listenerdirectoryID2
- remote directory- Throws:
RemoteFileSystemException
- if some problem
-
-
Method Details
-
runRequest
Description copied from class:AbstractFileSystemBrowser
Run the actual request. This method is called within the job created to actually get the directory or file information.- Specified by:
runRequest
in classAbstractFileSystemBrowser
- Throws:
Exception
- if some problem with making the request or receiving response to the request.
-
setupProxy
- Specified by:
setupProxy
in classAbstractFileSystemBrowser
-