RSE
Release 3.2

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 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 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 IFileServiceSubSystemConfiguration.getHostFileAdapter()
           
 IHostFileToRemoteFileAdapter IFileServiceSubSystem.getHostFileToRemoteFileAdapter()
           
 IHostFileToRemoteFileAdapter FileServiceSubSystem.getHostFileToRemoteFileAdapter()
           
 

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
 

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

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

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

Fields in org.eclipse.rse.subsystems.files.local declared as IHostFileToRemoteFileAdapter
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.ssh
 

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 3.2

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