org.apache.tools.ant.taskdefs.optional.net

Class RExecTask.RExecWrite

public class RExecTask.RExecWrite extends RExecTask.RExecSubTask

Sends text to the connected server
Method Summary
voidexecute(RExecTask.AntRExecClient rexec)
Execute the write exec task.
voidsetEcho(boolean b)
Whether or not the message should be echoed to the log.

Method Detail

execute

public void execute(RExecTask.AntRExecClient rexec)
Execute the write exec task.

Parameters: rexec the task to use

Throws: BuildException on error

setEcho

public void setEcho(boolean b)
Whether or not the message should be echoed to the log. Defaults to true.

Parameters: b a boolean value