|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRemoteFileContext | |
|---|---|
| org.eclipse.rse.subsystems.files.core.servicesubsystem | |
| org.eclipse.rse.subsystems.files.core.subsystems | |
| Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.core.servicesubsystem |
|---|
| Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IRemoteFileContext | |
|---|---|
IRemoteFileContext |
FileServiceSubSystem.getContextFor(IRemoteFile file)
|
IRemoteFileContext |
FileServiceSubSystem.getTheDefaultContext()
|
| Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IRemoteFileContext | |
|---|---|
IRemoteFile[] |
FileServiceSubSystem.listFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return the array of IRemoteFile instances, matching the given pattern, that are contained in the given folder. |
IRemoteFile[] |
FileServiceSubSystem.listFolders(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a subsetted list of remote folders in the given parent folder on the remote system. |
IRemoteFile[] |
FileServiceSubSystem.listFoldersAndFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of remote folders and files in the given folder. |
IRemoteFile[] |
FileServiceSubSystem.listRoots(IRemoteFileContext context,
IProgressMonitor monitor)
|
| Constructors in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IRemoteFileContext | |
|---|---|
AbstractRemoteFile(FileServiceSubSystem subSystem,
IRemoteFileContext context,
IRemoteFile parent,
IHostFile hostFile)
|
|
| Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.core.subsystems |
|---|
| Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemoteFileContext | |
|---|---|
class |
RemoteFileContext
This interface represents a place to hold contextual information stored within each remote file object. |
| Fields in org.eclipse.rse.subsystems.files.core.subsystems declared as IRemoteFileContext | |
|---|---|
protected IRemoteFileContext |
RemoteFile._context
|
| Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteFileContext | |
|---|---|
IRemoteFileContext |
RemoteFile.getContext()
Return the context associated with this remote file |
| Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IRemoteFileContext | |
|---|---|
IRemoteFile |
IHostFileToRemoteFileAdapter.convertToRemoteFile(FileServiceSubSystem ss,
IRemoteFileContext context,
IRemoteFile parent,
IHostFile node)
|
IRemoteFile[] |
IHostFileToRemoteFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss,
IRemoteFileContext context,
IRemoteFile parent,
IHostFile[] nodes)
|
IRemoteFile |
IRemoteFileFactory.createRemoteFile(IRemoteFileContext context,
Object obj,
boolean isRoot)
Get the RemoteFile object |
IRemoteFile |
IRemoteFileFactory.createRemoteFile(IRemoteFileContext context,
Object obj,
boolean isRoot,
boolean exists)
Get the RemoteFile object when we know if it is a exists or not |
IRemoteFile |
IRemoteFileFactory.createRemoteFile(IRemoteFileContext context,
Object obj,
boolean isRoot,
boolean exists,
boolean isDir)
Get the RemoteFile object when we know if it is a exists or not and whether it is a directory or not |
IRemoteFile[] |
IRemoteFileSubSystem.listFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of remote files in the given folder, which match the given name pattern. |
IRemoteFile[] |
IRemoteFileSubSystem.listFolders(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a subsetted list of remote folders in the given parent folder on the remote system. |
IRemoteFile[] |
IRemoteFileSubSystem.listFoldersAndFiles(IRemoteFile parent,
String fileNameFilter,
IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of remote folders and files in the given folder. |
IRemoteFile[] |
IRemoteFileSubSystem.listRoots(IRemoteFileContext context,
IProgressMonitor monitor)
Return a list of roots/drives on the remote system. |
| Constructors in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IRemoteFileContext | |
|---|---|
RemoteFile(IRemoteFileContext context)
Constructor that takes a context object containing important information. |
|
|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||