Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.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)
          Get an abstract remote file handle for a specified path.
  IHostFile[] IFileService. getRoots ( IProgressMonitor monitor)
          Get abstract remote file handles for the known remote file system roots.
  IHostFile IFileService. getUserHome ()
          Return the user's home directory on this connection.
protected abstract   IHostFile[] AbstractFileService. internalFetch ( String parentPath, String fileFilter, int fileType, IProgressMonitor monitor)
           
  IHostFile[] AbstractFileService. list ( String remoteParent, String fileFilter, int fileType, IProgressMonitor monitor)
          List the contents of a remote folder.
  IHostFile[] IFileService. list ( String remoteParent, String fileFilter, int fileType, IProgressMonitor monitor)
          List the contents of a remote folder.
 

Methods in org.eclipse.rse.services.files with parameters of type IHostFile
 int IFilePermissionsService. getCapabilities ( IHostFile file)
          Returns the capabilities of this file permissions service for the corresponding file.
  IHostFilePermissions IFilePermissionsService. getFilePermissions ( IHostFile file, IProgressMonitor monitor)
          Gets the permissions for a file including the user and group owner
protected  boolean AbstractFileService. isRightType (int fileType, IHostFile node)
           
 void IFileService. rename ( String remoteParent, String oldName, String newName, IHostFile oldFile, IProgressMonitor monitor)
          Rename a file or folder on the host.
 void IFilePermissionsService. setFilePermissions ( IHostFile file, IHostFilePermissions permissions, IProgressMonitor monitor)
          Sets the permissions for a file including the user and group owner as specified in the permissions
 

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)
           
  IHostFile AbstractRemoteFile. getHostFile ()
           
protected   IHostFile[] FileServiceSubSystem. getRoots ( IProgressMonitor monitor)
           
protected   IHostFile[] FileServiceSubSystem. internalList ( String parentPath, String fileNameFilter, int fileType, IProgressMonitor monitor)
          Return a list of children from the given parent path in service layer format.
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IHostFile
 void AbstractRemoteFile. setHostFile ( IHostFile hostFile)
          Replacing the current associated IHostFile with a new one
 

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
  AbstractRemoteFile IHostFileToRemoteFileAdapter. convertToRemoteFile ( FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile node)
          Convert a single IHostFile object from the file service into a remote file object.
  AbstractRemoteFile[] IHostFileToRemoteFileAdapter. convertToRemoteFiles ( FileServiceSubSystem ss, IRemoteFileContext context, IRemoteFile parent, IHostFile[] nodes)
          Convert a list of IHostFile objects from the file service into remote file objects.
 


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire