public class Ssh.Shell.Read
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
taskString |
Constructor and Description |
---|
Ssh.Shell.Read() |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String s)
the message as nested text
|
void |
execute() |
void |
setEcho(boolean echo) |
void |
setString(java.lang.String s)
the message as an attribute
|
void |
setTimeout(int timeout) |
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void addText(java.lang.String s)
public void setTimeout(int timeout)
public void setEcho(boolean echo)
public void setString(java.lang.String s)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.