RSE
Release 1.0

Uses of Interface
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileContext

Packages that use IRemoteFileContext
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore.model   
org.eclipse.rse.subsystems.files.ftp.model   
org.eclipse.rse.subsystems.files.local.model   
org.eclipse.rse.subsystems.files.ssh   
 

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.listFoldersAndFiles(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor)
          Return a list of remote folders and files in the given folder.
 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.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 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[] IHostFileToRemoteFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile IHostFileToRemoteFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 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.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.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.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.
 

Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.dstore.model
 

Methods in org.eclipse.rse.subsystems.files.dstore.model with parameters of type IRemoteFileContext
 IRemoteFile[] DStoreFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, Object object)
           
 

Constructors in org.eclipse.rse.subsystems.files.dstore.model with parameters of type IRemoteFileContext
DStoreFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, DStoreHostFile hostFile)
           
DStoreVirtualFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, DStoreVirtualHostFile hostFile)
           
 

Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.ftp.model
 

Methods in org.eclipse.rse.subsystems.files.ftp.model with parameters of type IRemoteFileContext
 IRemoteFile[] FTPFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, Object object)
           
 

Constructors in org.eclipse.rse.subsystems.files.ftp.model with parameters of type IRemoteFileContext
FTPRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, FTPHostFile hostFile)
           
 

Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.local.model
 

Methods in org.eclipse.rse.subsystems.files.local.model with parameters of type IRemoteFileContext
 IRemoteFile[] LocalFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile LocalFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

Constructors in org.eclipse.rse.subsystems.files.local.model with parameters of type IRemoteFileContext
LocalVirtualFile(FileServiceSubSystem ss, IRemoteFileContext context, LocalVirtualHostFile node)
           
LocalFile(FileServiceSubSystem subSystem, IRemoteFileContext context, IRemoteFile parent, LocalHostFile hostFile)
           
 

Uses of IRemoteFileContext in org.eclipse.rse.subsystems.files.ssh
 

Methods in org.eclipse.rse.subsystems.files.ssh with parameters of type IRemoteFileContext
 IRemoteFile[] SftpFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile SftpFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, String name, boolean isDirectory, boolean isRoot)
           
 IRemoteFile SftpFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

Constructors in org.eclipse.rse.subsystems.files.ssh with parameters of type IRemoteFileContext
SftpRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, SftpHostFile hostFile)
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.