Class RExecTask.RExecWrite
java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask
org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecWrite
- 
Field SummaryFields inherited from class org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTasktaskString
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(RExecTask.AntRExecClient rexec) Execute the write exec task.voidsetEcho(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.RExecSubTaskaddText, setString
- 
Constructor Details- 
RExecWritepublic RExecWrite()
 
- 
- 
Method Details- 
executeExecute the write exec task.- Overrides:
- executein class- RExecTask.RExecSubTask
- Parameters:
- rexec- the task to use
- Throws:
- BuildException- on error
 
- 
setEchopublic void setEcho(boolean b) Whether or not the message should be echoed to the log. Defaults totrue.- Parameters:
- b- a- booleanvalue
 
 
-