RSE
Release 2.0

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

Packages that use IFileService
org.eclipse.rse.services.files   
org.eclipse.rse.services.search   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
 

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.search
 

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

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 IFileServiceSubSystemConfiguration.createFileService(IHost host)
           
 IFileService IFileServiceSubSystem.getFileService()
          Returns the file service used by this subsystem.
 IFileService FileServiceSubSystem.getFileService()
           
 IFileService IFileServiceSubSystemConfiguration.getFileService(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
FileServiceSubSystem(IHost host, IConnectorService connectorService, IFileService hostFileService, IHostFileToRemoteFileAdapter fileAdapter, ISearchService searchService)
           
SearchJob(IHostSearchResultConfiguration searchConfig, ISearchService searchService, IFileService fileService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.dstore 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.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 2.0

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