|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |