RExecTask.RExecRead
, RExecTask.RExecWrite
public class RExecTask.RExecSubTask
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
taskString |
Constructor | Description |
---|---|
RExecSubTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addText(java.lang.String s) |
the message as nested text
|
void |
execute(RExecTask.AntRExecClient rexec) |
Execute the subtask.
|
void |
setString(java.lang.String s) |
the message as an attribute
|
public void execute(RExecTask.AntRExecClient rexec) throws BuildException
rexec
- the clientBuildException
- always as it is not allowed to instantiate this objectpublic void addText(java.lang.String s)
s
- the nested textpublic void setString(java.lang.String s)
s
- a String
value