RSE
Release 1.0

Uses of Interface
org.eclipse.rse.files.ui.resources.ISystemRemotePath

Packages that use ISystemRemotePath
org.eclipse.rse.files.ui.resources   
 

Uses of ISystemRemotePath in org.eclipse.rse.files.ui.resources
 

Classes in org.eclipse.rse.files.ui.resources that implement ISystemRemotePath
 class SystemRemotePath
          A default implementation of a remote path.
 

Fields in org.eclipse.rse.files.ui.resources declared as ISystemRemotePath
protected  ISystemRemotePath SystemRemoteResource.path
           
static ISystemRemotePath SystemRemotePath.ROOT
           
 

Methods in org.eclipse.rse.files.ui.resources that return ISystemRemotePath
 ISystemRemotePath SystemRemoteResource.getLocation()
           
 

Methods in org.eclipse.rse.files.ui.resources with parameters of type ISystemRemotePath
 Object ISystemRemoteEditResourceManager.putEditObject(ISystemRemotePath key, Object editObj)
          Store a remote edit object with the given remote path as the key.
 Object ISystemRemoteEditResourceManager.getEditObject(ISystemRemotePath key)
          Get a remote edit object given the remote path as a key.
 SystemRemoteResourceInfo SystemRemoteResourceManager.getResourceInfo(ISystemRemotePath path)
          Get a resource info given a path.
 

Constructors in org.eclipse.rse.files.ui.resources with parameters of type ISystemRemotePath
SystemRemoteResource(ISystemRemotePath path)
          Constructor for SystemRemoteResource.
 


RSE
Release 1.0

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