|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.resources.DefaultMountPathMapper
Field Summary | |
---|---|
static String |
Copyright
|
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 |
Field Detail |
public static final String Copyright
Constructor Detail |
public DefaultMountPathMapper()
Method Detail |
public boolean handlesMappingFor(String hostname, String remotePath)
ISystemMountPathMapper
handlesMappingFor
in interface ISystemMountPathMapper
hostname
- the remote hostremotePath
- the remote path as seen by the local file subsystem
public String getActualHostFor(String hostname, String remotePath)
ISystemMountPathMapper
getActualHostFor
in interface ISystemMountPathMapper
hostname
- the system hostremotePath
- the path on the system host
public String getWorkspaceMappingFor(String hostname, String remotePath)
ISystemMountPathMapper
getWorkspaceMappingFor
in interface ISystemMountPathMapper
hostname
- the remote hostremotePath
- the remote path as seen by the local file subsystem
public String getMountedMappingFor(String hostname, String remotePath)
getMountedMappingFor
in interface ISystemMountPathMapper
hostname
- the remote hostremotePath
- the remote path as seen by the local file subsystem
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |