Class RExecTask.RExecSubTask

java.lang.Object
org.apache.tools.ant.taskdefs.optional.net.RExecTask.RExecSubTask
Direct Known Subclasses:
RExecTask.RExecRead, RExecTask.RExecWrite
Enclosing class:
RExecTask

public class RExecTask.RExecSubTask extends Object
This class is the parent of the Read and Write tasks. It handles the common attributes for both.
  • Field Details

    • taskString

      protected String taskString
  • Constructor Details

    • RExecSubTask

      public RExecSubTask()
  • Method Details

    • execute

      public void execute(RExecTask.AntRExecClient rexec) throws BuildException
      Execute the subtask.
      Parameters:
      rexec - the client
      Throws:
      BuildException - always as it is not allowed to instantiate this object
    • addText

      public void addText(String s)
      the message as nested text
      Parameters:
      s - the nested text
    • setString

      public void setString(String s)
      the message as an attribute
      Parameters:
      s - a String value