Remote Systems
v6.4.1

com.ibm.etools.systems.core.resources
Interface ISystemRemotePath

All Known Implementing Classes:
SystemRemotePath

public interface ISystemRemotePath

This interface defines a remote path. It is not intended to be implemented by clients.


Field Summary
static String Copyright
           
 
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.
 String toString()
          Returns the complete string representation of the remote path.
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

getProfileName

public String getProfileName()
Get the profile name.

Returns:
the profile name

getConnectionName

public String getConnectionName()
Get the connection name.

Returns:
the connection name

getPath

public String getPath()
Get the path of the resource on the server.

Returns:
the path of the resource on the server

toString

public String toString()
Returns the complete string representation of the remote path.

Returns:
complete string representation of the remote path

equals

public boolean equals(Object obj)
Returns whether this path equals the given object. This is system dependent.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.