public class Ssh.Shell.Write
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
echo |
protected boolean |
newline |
protected java.lang.String |
taskString |
Constructor and Description |
---|
Write() |
Modifier and Type | Method and Description |
---|---|
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
|
protected boolean echo
protected java.lang.String taskString
protected boolean newline
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
public void addText(java.lang.String s)
public void setString(java.lang.String s)
public void setEcho(boolean echo)
public void setNewline(boolean newline)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.