Uses of Class
com.sshtools.j2ssh.SshClient

Packages that use SshClient
com.sshtools.ant   
com.sshtools.common.ui   
com.sshtools.j2ssh   
com.sshtools.j2ssh.agent   
 

Uses of SshClient in com.sshtools.ant
 

Fields in com.sshtools.ant declared as SshClient
protected  SshClient Ssh.ssh
           
 

Methods in com.sshtools.ant with parameters of type SshClient
 void Ssh.Exec.execute(SshClient ssh)
           
 void Ssh.Shell.execute(SshClient ssh)
           
 void SshSubTask.execute(SshClient ssh)
           
 void Sftp.execute(SshClient ssh)
          Runs the task.
protected  void Sftp.executeSFTPTask(SshClient ssh)
           
 

Uses of SshClient in com.sshtools.common.ui
 

Fields in com.sshtools.common.ui declared as SshClient
protected  SshClient SshToolsApplicationClientPanel.ssh
           
 

Methods in com.sshtools.common.ui with parameters of type SshClient
 void SshToolsApplicationClientPanel.connect(SshClient ssh, SshToolsConnectionProfile profile)
           
 

Constructors in com.sshtools.common.ui with parameters of type SshClient
SessionProviderFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
          Construct a new Session Provider frame.
SessionProviderInternalFrame(SshToolsConnectionProfile profile, SshClient ssh, SessionProvider provider)
          Construct a new Session Provider frame.
 

Uses of SshClient in com.sshtools.j2ssh
 

Constructors in com.sshtools.j2ssh with parameters of type SshClient
ScpClient(java.io.File cwd, SshClient ssh, boolean verbose, ChannelEventListener eventListener)
           Creates an SCP client.
ScpClient(SshClient ssh, boolean verbose, ChannelEventListener eventListener)
           Creates an SCP client.
 

Uses of SshClient in com.sshtools.j2ssh.agent
 

Methods in com.sshtools.j2ssh.agent with parameters of type SshClient
 boolean AgentAuthenticationClient.hasAcceptableKey(SshClient ssh)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.