public interface SshConnector
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
SshAuth |
getSshAuth() |
String |
getSshHost()
Gets the value of the sshhost property.
|
String |
getSshPort()
Gets the value of the sshport property.
|
void |
setSshAuth(SshAuth auth) |
void |
setSshHost(String value)
Sets the value of the sshhost property.
|
void |
setSshPort(String value)
Sets the value of the sshport property.
|
String getSshPort()
Stringvoid setSshPort(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getSshHost()
Stringvoid setSshHost(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionSshAuth getSshAuth()
void setSshAuth(SshAuth auth)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.