|
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.SystemRemotePath
A default implementation of a remote path.
| Field Summary | |
|---|---|
protected String |
connectionName
|
protected String |
path
|
protected String |
profileName
|
static ISystemRemotePath |
ROOT
|
| Constructor Summary | |
|---|---|
SystemRemotePath(String profileName,
String connectionName,
String path)
Constructor for SystemRemotePath. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Returns whether this path equals the given object. |
String |
getConnectionName()
Get the connection name. |
String |
getPath()
Get the path of the resource on the server. |
String |
getProfileName()
Get the profile name. |
void |
setConnectionName(String connectionName)
Set the connection name. |
void |
setPath(String path)
Set the remote path. |
void |
setProfileName(String profileName)
Set the profile name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.rse.files.ui.resources.ISystemRemotePath |
|---|
toString |
| Field Detail |
public static final ISystemRemotePath ROOT
protected String profileName
protected String connectionName
protected String path
| Constructor Detail |
public SystemRemotePath(String profileName,
String connectionName,
String path)
path - | Method Detail |
public void setProfileName(String profileName)
public void setConnectionName(String connectionName)
public void setPath(String path)
public String getProfileName()
ISystemRemotePath
getProfileName in interface ISystemRemotePathISystemRemotePath.getProfileName()public String getConnectionName()
ISystemRemotePath
getConnectionName in interface ISystemRemotePathISystemRemotePath.getConnectionName()public String getPath()
ISystemRemotePath
getPath in interface ISystemRemotePathISystemRemotePath.getPath()public boolean equals(Object obj)
ISystemRemotePath
equals in interface ISystemRemotePathObject.equals(Object)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||