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

Class RExecTask.RExecWrite

Enclosing Class:
RExecTask

public class RExecTask.RExecWrite
extends RExecTask.RExecSubTask

Sends text to the connected server

Field Summary

Fields inherited from class org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask

taskString

Method Summary

void
execute(RExecTask.AntRExecClient rexec)
void
setEcho(boolean b)
Whether or not the message should be echoed to the log.

Methods inherited from class org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask

addText, execute, setString

Method Details

execute

public void execute(RExecTask.AntRExecClient rexec)
            throws BuildException
Overrides:
execute in interface RExecTask.RExecSubTask

setEcho

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

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.