public interface TelnetConsole extends IndependentConfiguration
The following features are supported:
OsgiPackage.getTelnetConsole()| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Returns the value of the 'Host' attribute.
|
short |
getPort()
Returns the value of the 'Port' attribute.
|
void |
setHost(String value)
Sets the value of the '
Host' attribute. |
void |
setPort(short value)
Sets the value of the '
Port' attribute. |
String getHost()
"localhost".
If the meaning of the 'Host' attribute isn't clear, there really should be more of a description here...
setHost(String),
OsgiPackage.getTelnetConsole_Host()void setHost(String value)
Host' attribute.
value - the new value of the 'Host' attribute.getHost()short getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(short),
OsgiPackage.getTelnetConsole_Port()