public class TelnetTask.TelnetWrite extends TelnetTask.TelnetSubTask
taskString| Constructor and Description | 
|---|
| TelnetWrite() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(TelnetTask.AntTelnetClient telnet)Execute the write task. | 
| void | setEcho(boolean b)Whether or not the message should be echoed to the log. | 
addText, setStringpublic void execute(TelnetTask.AntTelnetClient telnet) throws BuildException
execute in class TelnetTask.TelnetSubTasktelnet - the task to useBuildException - on errorpublic void setEcho(boolean b)
true.b - a boolean value