com.sshtools.ant

Class Ssh.Shell.Write

Enclosing Class:
Ssh.Shell

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

Field Summary

protected boolean
echo
protected boolean
newline
protected String
taskString

Method Summary

void
addText(String s)
the message as nested text
void
execute()
void
setEcho(boolean echo)
void
setNewline(boolean newline)
void
setString(String s)
the message as an attribute

Field Details

echo

protected boolean echo

newline

protected boolean newline

taskString

protected String taskString

Method Details

addText

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

execute

public void execute()
            throws BuildException

setEcho

public void setEcho(boolean echo)

setNewline

public void setNewline(boolean newline)

setString

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

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