Package com.sshtools.ant
Class Ssh.Shell.Read
- java.lang.Object
-
- com.sshtools.ant.Ssh.Shell.Read
-
- Enclosing class:
- Ssh.Shell
public class Ssh.Shell.Read extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringtaskString
-
Constructor Summary
Constructors Constructor Description Read()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddText(java.lang.String s)the message as nested textvoidexecute()voidsetEcho(boolean echo)voidsetString(java.lang.String s)the message as an attributevoidsetTimeout(int timeout)
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Throws:
org.apache.tools.ant.BuildException
-
addText
public void addText(java.lang.String s)
the message as nested text
-
setTimeout
public void setTimeout(int timeout)
-
setEcho
public void setEcho(boolean echo)
-
setString
public void setString(java.lang.String s)
the message as an attribute
-
-