public class SshAddress extends Object
| Constructor and Description |
|---|
SshAddress(String url) |
SshAddress(String user,
String host,
int port,
String keyFile,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getKeyFile() |
String |
getPassword() |
SshPath |
getPath(String path) |
int |
getPort() |
String |
getUser() |
String |
toString() |
public SshAddress(String url)
Copyright © 2021 vpc open source initiative. All rights reserved.