public interface SshClient
Modifier and Type | Interface and Description |
---|---|
static interface |
SshClient.Factory |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
ExecResponse |
exec(String command) |
Payload |
get(String path) |
String |
getHostAddress() |
String |
getUsername() |
void |
put(String path,
Payload contents) |
void |
put(String path,
String contents) |
Copyright © 2009-2012 jclouds. All Rights Reserved.