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
Method Summary |
void |
addText(java.lang.String s)
the message as nested text |
void |
execute()
|
void |
setEcho(boolean echo)
|
void |
setNewline(boolean newline)
|
void |
setString(java.lang.String s)
the message as an attribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
echo
protected boolean echo
taskString
protected java.lang.String taskString
newline
protected boolean newline
Ssh.Shell.Write
public Ssh.Shell.Write()
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)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.