Class Ssh.Shell.Write

java.lang.Object
com.sshtools.ant.Ssh.Shell.Write
Enclosing class:
Ssh.Shell

public class Ssh.Shell.Write extends Object
  • Field Details

    • echo

      protected boolean echo
    • taskString

      protected String 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

      public void addText(String s)
      the message as nested text
    • setString

      public void setString(String s)
      the message as an attribute
    • setEcho

      public void setEcho(boolean echo)
    • setNewline

      public void setNewline(boolean newline)