|
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.SystemRemotePath
A default implementation of a remote path.
Field Summary | |
---|---|
protected String |
connectionName
|
static String |
Copyright
|
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 com.ibm.etools.systems.core.resources.ISystemRemotePath |
---|
toString |
Field Detail |
public static final String Copyright
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 ISystemRemotePath
ISystemRemotePath.getProfileName()
public String getConnectionName()
ISystemRemotePath
getConnectionName
in interface ISystemRemotePath
ISystemRemotePath.getConnectionName()
public String getPath()
ISystemRemotePath
getPath
in interface ISystemRemotePath
ISystemRemotePath.getPath()
public boolean equals(Object obj)
ISystemRemotePath
equals
in interface ISystemRemotePath
Object.equals(Object)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |