g-Eclipse
Release 1.0.0

eu.geclipse.batch
Interface ISSHConnectionInfo


public interface ISSHConnectionInfo

Interface containing information needed to establish an ssh connection.


Method Summary
 boolean getCanceledPWValue()
          Returns if the user pushed cancel when queried for password for the ssh session.
 java.lang.String getHostname()
           
 int getPort()
           
 java.lang.String getUsername()
           
 

Method Detail

getUsername

java.lang.String getUsername()
Returns:
the username of the account on the remote server.

getHostname

java.lang.String getHostname()
Returns:
the hostname of the remote server.

getPort

int getPort()
Returns:
the port of the remote server.

getCanceledPWValue

boolean getCanceledPWValue()
Returns if the user pushed cancel when queried for password for the ssh session.

Returns:
Returns true if the user pushed cancel when asked for the pw, true otherwise.

g-Eclipse
Release 1.0.0