public class RExecTask.RExecSubTask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
taskString |
Constructor and Description |
---|
RExecSubTask() |
Modifier and Type | Method and 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