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() |
SshAddress |
setHost(String host) |
SshAddress |
setKeyFile(String keyFile) |
SshAddress |
setPassword(String password) |
SshAddress |
setPort(int port) |
SshAddress |
setUser(String user) |
String |
toString() |
public SshAddress(String url)
public String getUser()
public SshAddress setUser(String user)
public String getHost()
public SshAddress setHost(String host)
public String getPassword()
public SshAddress setPassword(String password)
public String getKeyFile()
public SshAddress setKeyFile(String keyFile)
public int getPort()
public SshAddress setPort(int port)
Copyright © 2022 vpc open source initiative. All rights reserved.