com.sshtools.ant
Class Ssh.Shell.Read

java.lang.Object
  extended by com.sshtools.ant.Ssh.Shell.Read
Enclosing class:
Ssh.Shell

public class Ssh.Shell.Read
extends java.lang.Object


Field Summary
protected  java.lang.String taskString
           
 
Constructor Summary
Ssh.Shell.Read()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskString

protected java.lang.String taskString
Constructor Detail

Ssh.Shell.Read

public Ssh.Shell.Read()
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



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.