RSE
Release 1.0

Uses of Interface
org.eclipse.rse.services.files.IFileService

Packages that use IFileService
org.eclipse.rse.services.dstore.files   
org.eclipse.rse.services.dstore.search   
org.eclipse.rse.services.files   
org.eclipse.rse.services.files.ftp   
org.eclipse.rse.services.local.files   
org.eclipse.rse.services.local.search   
org.eclipse.rse.services.search   
org.eclipse.rse.services.ssh.files   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.dstore.subsystem   
org.eclipse.rse.subsystems.files.ftp   
org.eclipse.rse.subsystems.files.ftp.connectorservice   
org.eclipse.rse.subsystems.files.local   
org.eclipse.rse.subsystems.files.ssh   
 

Uses of IFileService in org.eclipse.rse.services.dstore.files
 

Classes in org.eclipse.rse.services.dstore.files that implement IFileService
 class DStoreFileService
           
 

Uses of IFileService in org.eclipse.rse.services.dstore.search
 

Methods in org.eclipse.rse.services.dstore.search with parameters of type IFileService
 void DStoreSearchService.search(IProgressMonitor monitor, IHostSearchResultConfiguration searchConfig, IFileService fileService)
           
 

Uses of IFileService in org.eclipse.rse.services.files
 

Classes in org.eclipse.rse.services.files that implement IFileService
 class AbstractFileService
           
 

Uses of IFileService in org.eclipse.rse.services.files.ftp
 

Classes in org.eclipse.rse.services.files.ftp that implement IFileService
 class FTPService
           
 

Uses of IFileService in org.eclipse.rse.services.local.files
 

Classes in org.eclipse.rse.services.local.files that implement IFileService
 class LocalFileService
           
 

Uses of IFileService in org.eclipse.rse.services.local.search
 

Fields in org.eclipse.rse.services.local.search declared as IFileService
protected  IFileService LocalSearchHandler._fs
           
 

Methods in org.eclipse.rse.services.local.search with parameters of type IFileService
 ISearchHandler LocalSearchService.internalSearch(IProgressMonitor monitor, IHostSearchResultConfiguration searchConfig, IFileService fileService)
           
 

Constructors in org.eclipse.rse.services.local.search with parameters of type IFileService
LocalSearchHandler(IHostSearchResultConfiguration searchConfig, IFileService fileService)
          Constructor for local search handler.
 

Uses of IFileService in org.eclipse.rse.services.search
 

Methods in org.eclipse.rse.services.search with parameters of type IFileService
 void AbstractSearchService.search(IProgressMonitor monitor, IHostSearchResultConfiguration searchConfig, IFileService fileService)
           
protected abstract  ISearchHandler AbstractSearchService.internalSearch(IProgressMonitor monitor, IHostSearchResultConfiguration searchConfig, IFileService fileService)
           
 void ISearchService.search(IProgressMonitor monitor, IHostSearchResultConfiguration searchConfig, IFileService fileService)
           
 

Uses of IFileService in org.eclipse.rse.services.ssh.files
 

Classes in org.eclipse.rse.services.ssh.files that implement IFileService
 class SftpFileService
           
 

Uses of IFileService in org.eclipse.rse.subsystems.files.core.servicesubsystem
 

Fields in org.eclipse.rse.subsystems.files.core.servicesubsystem declared as IFileService
protected  IFileService FileServiceSubSystem._hostFileService
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IFileService
 IFileService IFileServiceSubSystem.getFileService()
          Returns the file service used by this subsystem.
 IFileService FileServiceSubSystem.getFileService()
           
 IFileService IFileServiceSubSystemConfiguration.getFileService(IHost host)
           
 IFileService IFileServiceSubSystemConfiguration.createFileService(IHost host)
           
 IFileService FileServiceSubSystemConfiguration.getFileService(IHost host)
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IFileService
 void FileServiceSubSystem.setFileService(IFileService service)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IFileService
SearchJob(IHostSearchResultConfiguration searchConfig, ISearchService searchService, IFileService fileService)
           
FileServiceSubSystem(IHost host, IConnectorService connectorService, IFileService hostFileService, IHostFileToRemoteFileAdapter fileAdapter, ISearchService searchService)
           
 

Uses of IFileService in org.eclipse.rse.subsystems.files.dstore.subsystem
 

Methods in org.eclipse.rse.subsystems.files.dstore.subsystem that return IFileService
 IFileService DStoreFileSubSystemConfiguration.createFileService(IHost host)
           
 

Uses of IFileService in org.eclipse.rse.subsystems.files.ftp
 

Methods in org.eclipse.rse.subsystems.files.ftp that return IFileService
 IFileService FTPFileSubSystemConfiguration.createFileService(IHost host)
           
 

Uses of IFileService in org.eclipse.rse.subsystems.files.ftp.connectorservice
 

Methods in org.eclipse.rse.subsystems.files.ftp.connectorservice that return IFileService
 IFileService FTPConnectorService.getFileService()
           
 

Uses of IFileService in org.eclipse.rse.subsystems.files.local
 

Methods in org.eclipse.rse.subsystems.files.local that return IFileService
 IFileService LocalFileSubSystemConfiguration.createFileService(IHost host)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ssh that return IFileService
 IFileService SftpFileSubSystemConfiguration.createFileService(IHost host)
           
 


RSE
Release 1.0

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