public class LocalFileSystemBrowser extends AbstractFileSystemBrowser
File-based filesystem.AbstractFileSystemBrowser.DirectoryJob, AbstractFileSystemBrowser.RemoteFileSystemRequest| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
local |
connectContext, directoryOrFile, fileID, job, listener, proxy, remoteFiles| Constructor and Description |
|---|
LocalFileSystemBrowser(IFileID directoryID2,
IRemoteFileSystemListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
runRequest()
Run the actual request.
|
protected void |
setupProxy(Proxy proxy) |
cancel, cleanUp, createRemoteFileEvent, createRemoteFileSystemRequest, getException, isCanceled, newUserCancelledException, selectProxyFromProxies, sendBrowseRequest, setCanceled, setException, setupProxiespublic LocalFileSystemBrowser(IFileID directoryID2,
IRemoteFileSystemListener listener)
throws RemoteFileSystemException
listener - listenerdirectoryID2 - remote directoryRemoteFileSystemException - if some problemprotected void runRequest()
throws java.lang.Exception
AbstractFileSystemBrowserrunRequest in class AbstractFileSystemBrowserjava.lang.Exception - if some problem with making the request or receiving response to the request.protected void setupProxy(Proxy proxy)
setupProxy in class AbstractFileSystemBrowser