Class SshJClient
- java.lang.Object
-
- com.chutneytesting.action.ssh.sshj.SshJClient
-
-
Constructor Summary
Constructors Constructor Description SshJClient(Connection connection, boolean shell, Logger logger)SshJClient(Connection connection, Logger logger)Deprecated.
-
-
-
Constructor Detail
-
SshJClient
@Deprecated public SshJClient(Connection connection, Logger logger)
Deprecated.
-
SshJClient
public SshJClient(Connection connection, boolean shell, Logger logger)
-
-
Method Detail
-
execute
public CommandResult execute(Command command) throws IOException
- Specified by:
executein interfaceSshClient- Throws:
IOException
-
-