org.apache.tools.ant.taskdefs.optional.net
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 java.lang.Object

This class is the parent of the Read and Write tasks. It handles the common attributes for both.


Field Summary
protected  java.lang.String taskString
           
 
Constructor Summary
RExecTask.RExecSubTask()
           
 
Method Summary
 void addText(java.lang.String s)
          the message as nested text
 void execute(RExecTask.AntRExecClient rexec)
           
 void setString(java.lang.String s)
          the message as an attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskString

protected java.lang.String taskString
Constructor Detail

RExecTask.RExecSubTask

public RExecTask.RExecSubTask()
Method Detail

execute

public void execute(RExecTask.AntRExecClient rexec)
             throws BuildException
BuildException

addText

public void addText(java.lang.String s)
the message as nested text


setString

public void setString(java.lang.String s)
the message as an attribute



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.