Class TelnetTask.TelnetSubTask
java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTask
- Direct Known Subclasses:
- TelnetTask.TelnetRead,- TelnetTask.TelnetWrite
- Enclosing class:
- TelnetTask
This class is the parent of the Read and Write tasks.
  It handles the common attributes for both.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
taskString
 
- 
- 
Constructor Details- 
TelnetSubTaskpublic TelnetSubTask()
 
- 
- 
Method Details- 
executeExecute the subtask.- Parameters:
- telnet- the client
- Throws:
- BuildException- always as it is not allowed to instantiate this object
 
- 
addTextthe message as nested text- Parameters:
- s- the nested text
 
- 
setStringthe message as an attribute- Parameters:
- s- a- Stringvalue
 
 
-