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, setString
public void execute(TelnetTask.AntTelnetClient telnet) throws BuildException
execute
in class TelnetTask.TelnetSubTask
telnet
- the task to useBuildException
- on errorpublic void setEcho(boolean b)
true
.b
- a boolean
value