org.apache.tools.ant.taskdefs.optional.net

Class RExecTask.RExecSubTask

Enclosing Class:
RExecTask
Known Direct Subclasses:
RExecTask.RExecRead, RExecTask.RExecWrite

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 String
taskString

Method Summary

void
addText(String s)
the message as nested text
void
execute(RExecTask.AntRExecClient rexec)
void
setString(String s)
the message as an attribute

Field Details

taskString

protected String taskString

Method Details

addText

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

execute

public void execute(RExecTask.AntRExecClient rexec)
            throws BuildException

setString

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

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.