Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.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
           
 

Methods in org.eclipse.rse.services.files with parameters of type IFileService
 byte[] DefaultFileServiceCodePageConverter. convertClientStringToRemoteBytes ( String remotePath, String clientString, String remoteEncoding, IFileService fs)
           
 byte[] IFileServiceCodePageConverter. convertClientStringToRemoteBytes ( String remotePath, String clientString, String remoteEncoding, IFileService fs)
          Converts a client string to remote bytes, for use when uploading in binary mode.
 void DefaultFileServiceCodePageConverter. convertFileFromRemoteEncoding ( String remotePath, File file, String remoteEncoding, String localEncoding, IFileService fs)
           
 void IFileServiceCodePageConverter. convertFileFromRemoteEncoding ( String remotePath, File file, String remoteEncoding, String localEncoding, IFileService fs)
          Converts the specified file (which was downloaded from the server in binary mode) from server encoding bytes, to local encoding
static  IFileServiceCodePageConverter CodePageConverterManager. getCodePageConverter ( String serverEncoding, IFileService fileService)
          Retrieves the first codepage converter provided via the codePageConverter extension point for the specified encoding
 int DefaultFileServiceCodePageConverter. getPriority ( String remoteEString, IFileService fs)
          to make another converter take precedence over this, supply a code page converter returning a lower number (i.e. higher priority)
 int IFileServiceCodePageConverter. getPriority ( String remoteEncoding, IFileService fs)
          Indicates the priority of this code page converter if more than one code page converter handle a particular encoding.
 boolean DefaultFileServiceCodePageConverter. isServerEncodingSupported ( String remoteEncoding, IFileService fs)
           
 boolean IFileServiceCodePageConverter. isServerEncodingSupported ( String remoteEncoding, IFileService fs)
          Indicates whether or not the specified server encoding and subsystem implementation is supported by this code page converter
 

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 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire