Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.TelnetTask.TelnetSubTask
public class TelnetTask.TelnetSubTask
extends java.lang.Object
Field Summary | |
protected String |
Method Summary | |
void |
|
void |
|
void |
|
public void addText(String s)
the message as nested text
- Parameters:
s
- the nested text
public void execute(TelnetTask.AntTelnetClient telnet) throws BuildException
Execute the subtask.
- Parameters:
telnet
- the client
- Throws:
BuildException
- always as it is not allowed to instantiate this object
public void setString(String s)
the message as an attribute
- Parameters:
s
- aString
value