org.apache.tools.ant.taskdefs.optional.net

Class TelnetTask.TelnetSubTask

public class TelnetTask.TelnetSubTask extends Object

This class is the parent of the Read and Write tasks. It handles the common attributes for both.
Field Summary
protected StringtaskString
Method Summary
voidaddText(String s)
the message as nested text
voidexecute(TelnetTask.AntTelnetClient telnet)
voidsetString(String s)
the message as an attribute

Field Detail

taskString

protected String taskString

Method Detail

addText

public void addText(String s)
the message as nested text

execute

public void execute(TelnetTask.AntTelnetClient telnet)

setString

public void setString(String s)
the message as an attribute
Copyright