RSE
Release 1.0

Uses of Interface
org.eclipse.rse.services.files.IHostFile

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

Uses of IHostFile in org.eclipse.rse.services.dstore.files
 

Classes in org.eclipse.rse.services.dstore.files that implement IHostFile
 class DStoreHostFile
           
 class DStoreVirtualHostFile
           
 

Methods in org.eclipse.rse.services.dstore.files that return IHostFile
 IHostFile DStoreFileService.getFile(IProgressMonitor monitor, String remoteParent, String name)
           
protected  IHostFile DStoreFileService.convertToHostFile(org.eclipse.dstore.core.model.DataElement element)
           
protected  IHostFile[] DStoreFileService.convertToHostFiles(org.eclipse.dstore.core.model.DataElement[] elements)
           
 IHostFile DStoreFileService.getUserHome()
           
 IHostFile DStoreFileService.createFile(IProgressMonitor monitor, String remoteParent, String fileName)
           
 IHostFile DStoreFileService.createFolder(IProgressMonitor monitor, String remoteParent, String folderName)
           
 IHostFile[] DStoreFileService.getRoots(IProgressMonitor monitor)
           
 IHostFile[] DStoreFileService.getFolders(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] DStoreFileService.getFiles(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] DStoreFileService.getFilesAndFolders(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
protected  IHostFile[] DStoreFileService.fetch(IProgressMonitor monitor, String remoteParent, String fileFilter, String queryType)
           
 

Methods in org.eclipse.rse.services.dstore.files with parameters of type IHostFile
 boolean DStoreFileService.rename(IProgressMonitor monitor, String remoteParent, String oldName, String newName, IHostFile oldFile)
           
 

Uses of IHostFile in org.eclipse.rse.services.files
 

Methods in org.eclipse.rse.services.files that return IHostFile
 IHostFile[] AbstractFileService.getFiles(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] AbstractFileService.getFolders(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] AbstractFileService.getFilesAndFolders(IProgressMonitor monitor, String parentPath, String fileFilter)
           
protected abstract  IHostFile[] AbstractFileService.internalFetch(IProgressMonitor monitor, String parentPath, String fileFilter, int fileType)
           
 IHostFile IFileService.getFile(IProgressMonitor monitor, String remoteParent, String name)
           
 IHostFile[] IFileService.getFilesAndFolders(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] IFileService.getFiles(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] IFileService.getFolders(IProgressMonitor monitor, String remoteParent, String fileFilter)
           
 IHostFile[] IFileService.getRoots(IProgressMonitor monitor)
           
 IHostFile IFileService.getUserHome()
           
 IHostFile IFileService.createFile(IProgressMonitor monitor, String remoteParent, String fileName)
          Create a file on the host
 IHostFile IFileService.createFolder(IProgressMonitor monitor, String remoteParent, String folderName)
          Create a folder on the host
 

Methods in org.eclipse.rse.services.files with parameters of type IHostFile
protected  boolean AbstractFileService.isRightType(int fileType, IHostFile node)
           
 boolean IFileService.rename(IProgressMonitor monitor, String remoteParent, String oldName, String newName, IHostFile oldFile)
          Renames a file or folder on the host
 

Uses of IHostFile in org.eclipse.rse.services.files.ftp
 

Classes in org.eclipse.rse.services.files.ftp that implement IHostFile
 class FTPHostFile
           
 

Methods in org.eclipse.rse.services.files.ftp that return IHostFile
 IHostFile FTPService.getFile(IProgressMonitor monitor, String remoteParent, String fileName)
           
protected  IHostFile[] FTPService.internalFetch(IProgressMonitor monitor, String parentPath, String fileFilter, int fileType)
           
 IHostFile FTPService.getUserHome()
           
 IHostFile[] FTPService.getRoots(IProgressMonitor monitor)
           
 IHostFile FTPService.createFolder(IProgressMonitor monitor, String remoteParent, String folderName)
           
 IHostFile FTPService.createFile(IProgressMonitor monitor, String remoteParent, String fileName)
           
 

Methods in org.eclipse.rse.services.files.ftp with parameters of type IHostFile
 boolean FTPService.rename(IProgressMonitor monitor, String remoteParent, String oldName, String newName, IHostFile oldFile)
           
 

Uses of IHostFile in org.eclipse.rse.services.local.files
 

Classes in org.eclipse.rse.services.local.files that implement IHostFile
 class LocalHostFile
           
 class LocalVirtualHostFile
           
 

Methods in org.eclipse.rse.services.local.files that return IHostFile
protected  IHostFile[] LocalFileService.internalFetch(IProgressMonitor monitor, String remoteParent, String fileFilter, int type)
           
protected  IHostFile[] LocalFileService.convertToHostFiles(File[] files, int type)
           
 IHostFile LocalFileService.getUserHome()
           
 IHostFile[] LocalFileService.getRoots(IProgressMonitor monitor)
           
 IHostFile LocalFileService.getFile(IProgressMonitor monitor, String remoteParent, String name)
           
 IHostFile LocalFileService.createFile(IProgressMonitor monitor, String remoteParent, String fileName)
           
 IHostFile LocalFileService.createFolder(IProgressMonitor monitor, String remoteParent, String folderName)
           
 

Methods in org.eclipse.rse.services.local.files with parameters of type IHostFile
 boolean LocalFileService.rename(IProgressMonitor monitor, String remoteParent, String oldName, String newName, IHostFile oldFile)
           
 

Uses of IHostFile in org.eclipse.rse.services.ssh.files
 

Classes in org.eclipse.rse.services.ssh.files that implement IHostFile
 class SftpHostFile
           
 

Methods in org.eclipse.rse.services.ssh.files that return IHostFile
 IHostFile SftpFileService.getFile(IProgressMonitor monitor, String remoteParent, String fileName)
           
protected  IHostFile[] SftpFileService.internalFetch(IProgressMonitor monitor, String parentPath, String fileFilter, int fileType)
           
 IHostFile SftpFileService.getUserHome()
           
 IHostFile[] SftpFileService.getRoots(IProgressMonitor monitor)
           
 IHostFile SftpFileService.createFile(IProgressMonitor monitor, String remoteParent, String fileName)
           
 IHostFile SftpFileService.createFolder(IProgressMonitor monitor, String remoteParent, String folderName)
           
 

Methods in org.eclipse.rse.services.ssh.files with parameters of type IHostFile
 boolean SftpFileService.rename(IProgressMonitor monitor, String remoteParent, String oldName, String newName, IHostFile oldFile)
           
 

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

Fields in org.eclipse.rse.subsystems.files.core.servicesubsystem declared as IHostFile
protected  IHostFile AbstractRemoteFile._hostFile
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IHostFile
 IHostFile AbstractRemoteFile.getHostFile()
           
protected  IHostFile[] FileServiceSubSystem.getFolders(IProgressMonitor monitor, String parentPath, String fileNameFilter)
           
protected  IHostFile[] FileServiceSubSystem.getFiles(IProgressMonitor monitor, String parentPath, String fileNameFilter)
           
protected  IHostFile[] FileServiceSubSystem.getFilesAndFolders(IProgressMonitor monitor, String parentPath, String fileNameFilter)
           
protected  IHostFile FileServiceSubSystem.getFile(IProgressMonitor monitor, String parentPath, String fileName)
           
protected  IHostFile[] FileServiceSubSystem.getRoots(IProgressMonitor monitor)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IHostFile
AbstractRemoteFile(FileServiceSubSystem subSystem, IRemoteFileContext context, IRemoteFile parent, IHostFile hostFile)
           
 

Uses of IHostFile in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IHostFile
 IHostFile IRemoteFile.getHostFile()
           
 IHostFile RemoteFileEmpty.getHostFile()
           
 IHostFile RemoteFileRoot.getHostFile()
           
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IHostFile
 IRemoteFile[] IHostFileToRemoteFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile IHostFileToRemoteFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

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

Methods in org.eclipse.rse.subsystems.files.dstore.model with parameters of type IHostFile
 IRemoteFile[] DStoreFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile DStoreFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ftp.model with parameters of type IHostFile
 IRemoteFile[] FTPFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile FTPFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

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

Methods in org.eclipse.rse.subsystems.files.local.model with parameters of type IHostFile
 IRemoteFile[] LocalFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile LocalFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ssh with parameters of type IHostFile
 IRemoteFile[] SftpFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 IRemoteFile SftpFileAdapter.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 


RSE
Release 1.0

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