public class SshHostConfiguration extends Object
| Constructor and Description |
|---|
SshHostConfiguration() |
SshHostConfiguration(String hostAlias)
Defaults the host name value to the given host alias
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
String |
getPassPhrase() |
String |
getPassword() |
String |
getPath() |
Integer |
getPort() |
String |
getPrivateKeyFile() |
String |
getUsername() |
SshHostConfiguration |
hostName(String hostName) |
SshHostConfiguration |
passPhrase(String passPhrase) |
SshHostConfiguration |
password(String password) |
SshHostConfiguration |
path(String path) |
SshHostConfiguration |
port(Integer port) |
SshHostConfiguration |
privateKeyFile(String privateKeyFile) |
void |
setHostName(String hostName) |
void |
setPassPhrase(String passPhrase) |
void |
setPassword(String password) |
void |
setPath(String path) |
void |
setPort(Integer port) |
void |
setPrivateKeyFile(String privateKeyFile) |
void |
setUsername(String username) |
SshHostConfiguration |
username(String username) |
public SshHostConfiguration()
public SshHostConfiguration(String hostAlias)
public SshHostConfiguration hostName(String hostName)
public SshHostConfiguration path(String path)
public SshHostConfiguration port(Integer port)
public SshHostConfiguration username(String username)
public SshHostConfiguration password(String password)
public SshHostConfiguration passPhrase(String passPhrase)
public SshHostConfiguration privateKeyFile(String privateKeyFile)
public String getHostName()
public void setHostName(String hostName)
public String getPath()
public void setPath(String path)
public Integer getPort()
public void setPort(Integer port)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPassPhrase()
public void setPassPhrase(String passPhrase)
public String getPrivateKeyFile()
public void setPrivateKeyFile(String privateKeyFile)
Copyright © 2011–2014 Red Hat. All rights reserved.