Class LocalFileSystemBrowser
- java.lang.Object
- 
- org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser
- 
- org.eclipse.ecf.provider.filetransfer.browse.LocalFileSystemBrowser
 
 
- 
 public class LocalFileSystemBrowser extends AbstractFileSystemBrowser A class for asynchronously browsing aFile-based filesystem.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowserAbstractFileSystemBrowser.DirectoryJob, AbstractFileSystemBrowser.RemoteFileSystemRequest
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected Filelocal- 
Fields inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowserconnectContext, directoryOrFile, fileID, job, listener, proxy, remoteFiles
 
- 
 - 
Constructor SummaryConstructors Constructor Description LocalFileSystemBrowser(IFileID directoryID2, IRemoteFileSystemListener listener)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrunRequest()Run the actual request.protected voidsetupProxy(Proxy proxy)- 
Methods inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowsercancel, cleanUp, createRemoteFileEvent, createRemoteFileSystemRequest, getException, isCanceled, newUserCancelledException, selectProxyFromProxies, sendBrowseRequest, setCanceled, setException, setupProxies
 
- 
 
- 
- 
- 
Field Detail- 
localprotected File local 
 
- 
 - 
Constructor Detail- 
LocalFileSystemBrowserpublic LocalFileSystemBrowser(IFileID directoryID2, IRemoteFileSystemListener listener) throws RemoteFileSystemException - Parameters:
- listener- listener
- directoryID2- remote directory
- Throws:
- RemoteFileSystemException- if some problem
 
 
- 
 - 
Method Detail- 
runRequestprotected void runRequest() throws ExceptionDescription copied from class:AbstractFileSystemBrowserRun the actual request. This method is called within the job created to actually get the directory or file information.- Specified by:
- runRequestin class- AbstractFileSystemBrowser
- Throws:
- Exception- if some problem with making the request or receiving response to the request.
 
 - 
setupProxyprotected void setupProxy(Proxy proxy) - Specified by:
- setupProxyin class- AbstractFileSystemBrowser
 
 
- 
 
-