public class TelnetTask.TelnetWrite extends TelnetTask.TelnetSubTask
taskString
Constructor | Description |
---|---|
TelnetWrite() |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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