Class TelnetTask.TelnetWrite
java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTask
org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetWrite
- 
Field SummaryFields inherited from class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTasktaskString
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(TelnetTask.AntTelnetClient telnet) Execute the write task.voidsetEcho(boolean b) Whether or not the message should be echoed to the log.Methods inherited from class org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTaskaddText, setString
- 
Constructor Details- 
TelnetWritepublic TelnetWrite()
 
- 
- 
Method Details- 
executeExecute the write task.- Overrides:
- executein class- TelnetTask.TelnetSubTask
- Parameters:
- telnet- the task to use
- Throws:
- BuildException- on error
 
- 
setEchopublic void setEcho(boolean b) Whether or not the message should be echoed to the log. Defaults totrue.- Parameters:
- b- a- booleanvalue
 
 
-