RSE
Release 2.0

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

Packages that use IHostFile
org.eclipse.rse.services.files   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
 

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

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

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

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
protected  IHostFile FileServiceSubSystem.getFile(String parentPath, String fileName, IProgressMonitor monitor)
           
protected  IHostFile[] FileServiceSubSystem.getFiles(String parentPath, String fileNameFilter, IProgressMonitor monitor)
           
protected  IHostFile[] FileServiceSubSystem.getFilesAndFolders(String parentPath, String fileNameFilter, IProgressMonitor monitor)
           
protected  IHostFile[] FileServiceSubSystem.getFolders(String parentPath, String fileNameFilter, IProgressMonitor monitor)
           
 IHostFile AbstractRemoteFile.getHostFile()
           
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.convertToRemoteFile(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
           
 IRemoteFile[] IHostFileToRemoteFileAdapter.convertToRemoteFiles(FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
           
 


RSE
Release 2.0

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