RSE
Release 1.0

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

All Known Implementing Classes:
DStoreFileAdapter, FTPFileAdapter, LocalFileAdapter, SftpFileAdapter

public interface IHostFileToRemoteFileAdapter


Method Summary
 IRemoteFile convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile[] convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 

Method Detail

convertToRemoteFiles

public IRemoteFile[] convertToRemoteFiles(FileServiceSubSystem ss,
                                          IRemoteFileContext context,
                                          IRemoteFile parent,
                                          IHostFile[] nodes)

convertToRemoteFile

public IRemoteFile convertToRemoteFile(FileServiceSubSystem ss,
                                       IRemoteFileContext context,
                                       IRemoteFile parent,
                                       IHostFile node)

RSE
Release 1.0

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