Class RExecTask.RExecWrite
java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask
org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecWrite
- Enclosing class:
- RExecTask
Sends text to the connected server
-
Field Summary
Fields inherited from class org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask
taskString
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute(RExecTask.AntRExecClient rexec)
Execute the write exec task.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, setString
-
Constructor Details
-
RExecWrite
public RExecWrite()
-
-
Method Details
-
execute
Execute the write exec task.- Overrides:
execute
in classRExecTask.RExecSubTask
- 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 totrue
.- Parameters:
b
- aboolean
value
-