|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser org.eclipse.ecf.provider.filetransfer.browse.LocalFileSystemBrowser
public class 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 | |
---|---|
protected java.io.File |
local
|
Fields inherited from class org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser |
---|
connectContext, directoryOrFile, fileID, job, listener, proxy, remoteFiles |
Constructor Summary | |
---|---|
LocalFileSystemBrowser(IFileID directoryID2,
IRemoteFileSystemListener listener)
|
Method Summary | |
---|---|
protected void |
runRequest()
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.File local
Constructor Detail |
---|
public LocalFileSystemBrowser(IFileID directoryID2, IRemoteFileSystemListener listener) throws RemoteFileSystemException
listener
- directoryID2
-
RemoteFileSystemException
Method Detail |
---|
protected void runRequest() throws java.lang.Exception
AbstractFileSystemBrowser
runRequest
in class AbstractFileSystemBrowser
java.lang.Exception
- if some problem with making the request or receiving response to the request.protected void setupProxy(Proxy proxy)
setupProxy
in class AbstractFileSystemBrowser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |