public class RExecTask.RExecWrite extends RExecTask.RExecSubTask
taskString
Constructor | Description |
---|---|
RExecWrite() |
Modifier and Type | Method | Description |
---|---|---|
void |
execute(RExecTask.AntRExecClient rexec) |
Execute the write exec task.
|
void |
setEcho(boolean b) |
Whether or not the message should be echoed to the log.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addText, setString
public void execute(RExecTask.AntRExecClient rexec) throws BuildException
execute
in class RExecTask.RExecSubTask
rexec
- the task to useBuildException
- on errorpublic void setEcho(boolean b)
true
.b
- a boolean
value