Package com.sshtools.ant
Class Ssh.Shell.Write
java.lang.Object
com.sshtools.ant.Ssh.Shell.Write
- Enclosing class:
- Ssh.Shell
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
echo
protected boolean echo -
taskString
-
newline
protected boolean newline
-
-
Constructor Details
-
Write
public Write()
-
-
Method Details
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Throws:
org.apache.tools.ant.BuildException
-
addText
the message as nested text -
setString
the message as an attribute -
setEcho
public void setEcho(boolean echo) -
setNewline
public void setNewline(boolean newline)
-