RSE
Release 1.0

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

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

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

Fields in org.eclipse.rse.subsystems.files.core.servicesubsystem declared as IHostFileToRemoteFileAdapter
protected  IHostFileToRemoteFileAdapter FileServiceSubSystem._hostFileToRemoteFileAdapter
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IHostFileToRemoteFileAdapter
 IHostFileToRemoteFileAdapter IFileServiceSubSystem.getHostFileToRemoteFileAdapter()
           
 IHostFileToRemoteFileAdapter FileServiceSubSystem.getHostFileToRemoteFileAdapter()
           
 IHostFileToRemoteFileAdapter IFileServiceSubSystemConfiguration.getHostFileAdapter()
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IHostFileToRemoteFileAdapter
 void FileServiceSubSystem.setHostFileToRemoteFileAdapter(IHostFileToRemoteFileAdapter hostFileAdapter)
           
 

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

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

Classes in org.eclipse.rse.subsystems.files.dstore.model that implement IHostFileToRemoteFileAdapter
 class DStoreFileAdapter
           
 

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

Fields in org.eclipse.rse.subsystems.files.dstore.subsystem declared as IHostFileToRemoteFileAdapter
protected  IHostFileToRemoteFileAdapter DStoreFileSubSystemConfiguration._hostFileAdapter
           
 

Methods in org.eclipse.rse.subsystems.files.dstore.subsystem that return IHostFileToRemoteFileAdapter
 IHostFileToRemoteFileAdapter DStoreFileSubSystemConfiguration.getHostFileAdapter()
           
 

Constructors in org.eclipse.rse.subsystems.files.dstore.subsystem with parameters of type IHostFileToRemoteFileAdapter
DStoreFileSubSystemSearchResultConfiguration(IHostSearchResultSet set, Object searchObject, SystemSearchString searchString, ISearchService searchService, IHostFileToRemoteFileAdapter fileAdapter)
           
 

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

Fields in org.eclipse.rse.subsystems.files.ftp declared as IHostFileToRemoteFileAdapter
protected  IHostFileToRemoteFileAdapter FTPFileSubSystemConfiguration._hostFileAdapter
           
 

Methods in org.eclipse.rse.subsystems.files.ftp that return IHostFileToRemoteFileAdapter
 IHostFileToRemoteFileAdapter FTPFileSubSystemConfiguration.getHostFileAdapter()
           
 

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

Classes in org.eclipse.rse.subsystems.files.ftp.model that implement IHostFileToRemoteFileAdapter
 class FTPFileAdapter
           
 

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

Fields in org.eclipse.rse.subsystems.files.local declared as IHostFileToRemoteFileAdapter
protected  IHostFileToRemoteFileAdapter LocalSearchResultConfiguration._fileAdapter
           
protected  IHostFileToRemoteFileAdapter LocalFileSubSystemConfiguration._hostFileAdapter
           
 

Methods in org.eclipse.rse.subsystems.files.local that return IHostFileToRemoteFileAdapter
 IHostFileToRemoteFileAdapter LocalFileSubSystemConfiguration.getHostFileAdapter()
           
 

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

Classes in org.eclipse.rse.subsystems.files.local.model that implement IHostFileToRemoteFileAdapter
 class LocalFileAdapter
           
 

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

Classes in org.eclipse.rse.subsystems.files.ssh that implement IHostFileToRemoteFileAdapter
 class SftpFileAdapter
           
 

Fields in org.eclipse.rse.subsystems.files.ssh declared as IHostFileToRemoteFileAdapter
protected  IHostFileToRemoteFileAdapter SftpFileSubSystemConfiguration._hostFileAdapter
           
 

Methods in org.eclipse.rse.subsystems.files.ssh that return IHostFileToRemoteFileAdapter
 IHostFileToRemoteFileAdapter SftpFileSubSystemConfiguration.getHostFileAdapter()
           
 


RSE
Release 1.0

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