Interface SshClient
-
- All Known Implementing Classes:
SshJClient
public interface SshClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandResultexecute(Command command)
-
-
-
Method Detail
-
execute
CommandResult execute(Command command) throws IOException
- Throws:
IOException
-
-