RSE
Release 1.0

Uses of Interface
org.eclipse.rse.subsystems.files.core.model.IRemotePath

Packages that use IRemotePath
org.eclipse.rse.subsystems.files.core.model   
 

Uses of IRemotePath in org.eclipse.rse.subsystems.files.core.model
 

Classes in org.eclipse.rse.subsystems.files.core.model that implement IRemotePath
 class RemotePath
          Class representing a remote path.
 

Methods in org.eclipse.rse.subsystems.files.core.model that return IRemotePath
 IRemotePath IRemotePath.addFileExtension(String extension)
          Returns a new path with the file extension added to this path.
 IRemotePath IRemotePath.removeFileExtension()
          Returns a new path with the file extension removed from this path.
 IRemotePath RemotePath.addFileExtension(String extension)
           
 IRemotePath RemotePath.removeFileExtension()
           
 

Methods in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemotePath
 IPath RemotePathUtil.getClientTempLocationForFile(IRemotePath remotePath)
          Returns the path of the temp location corresponding to the remote path.
 


RSE
Release 1.0

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