public class TelnetTask.TelnetSubTask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
taskString |
Constructor and Description |
---|
TelnetSubTask() |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String s)
the message as nested text
|
void |
execute(TelnetTask.AntTelnetClient telnet)
Execute the subtask.
|
void |
setString(java.lang.String s)
the message as an attribute
|
public void execute(TelnetTask.AntTelnetClient telnet) throws BuildException
telnet
- the clientBuildException
- always as it is not allowed to instantiate this objectpublic void addText(java.lang.String s)
s
- the nested textpublic void setString(java.lang.String s)
s
- a String
value