Package com.sshtools.ant
Class Ssh.Shell.Write
- java.lang.Object
-
- com.sshtools.ant.Ssh.Shell.Write
-
- Enclosing class:
- Ssh.Shell
public class Ssh.Shell.Write extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
echo
protected boolean
newline
protected java.lang.String
taskString
-
Constructor Summary
Constructors Constructor Description Write()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addText(java.lang.String s)
the message as nested textvoid
execute()
void
setEcho(boolean echo)
void
setNewline(boolean newline)
void
setString(java.lang.String s)
the message as an attribute
-
-
-
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
-
setString
public void setString(java.lang.String s)
the message as an attribute
-
setEcho
public void setEcho(boolean echo)
-
setNewline
public void setNewline(boolean newline)
-
-