|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.files.ui.resources.DefaultMountPathMapper
| Constructor Summary | |
|---|---|
DefaultMountPathMapper()
|
|
| Method Summary | |
|---|---|
String |
getActualHostFor(String hostname,
String remotePath)
Returns the corresponding hostname for the specified path on the specified host. |
String |
getMountedMappingFor(String hostname,
String remotePath)
Returns the remote path. |
String |
getWorkspaceMappingFor(String hostname,
String remotePath)
Returns the qualified workspace path for a replica of this mounted file. |
boolean |
handlesMappingFor(String hostname,
String remotePath)
Indicates whether this mapper handles remapping of the specified resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultMountPathMapper()
| Method Detail |
public boolean handlesMappingFor(String hostname,
String remotePath)
ISystemMountPathMapper
handlesMappingFor in interface ISystemMountPathMapperhostname - the remote hostremotePath - the remote path as seen by the local file subsystem
public String getActualHostFor(String hostname,
String remotePath)
ISystemMountPathMapper
getActualHostFor in interface ISystemMountPathMapperhostname - the system hostremotePath - the path on the system host
public String getWorkspaceMappingFor(String hostname,
String remotePath)
ISystemMountPathMapper
getWorkspaceMappingFor in interface ISystemMountPathMapperhostname - the remote hostremotePath - the remote path as seen by the local file subsystem
public String getMountedMappingFor(String hostname,
String remotePath)
getMountedMappingFor in interface ISystemMountPathMapperhostname - the remote hostremotePath - the remote path as seen by the local file subsystem
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||