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