org.pyant.tasks
Class TaskExecuteStreamHandler

java.lang.Object
  extended by org.apache.tools.ant.taskdefs.PumpStreamHandler
      extended by org.pyant.tasks.TaskExecuteStreamHandler
All Implemented Interfaces:
org.apache.tools.ant.taskdefs.ExecuteStreamHandler

public class TaskExecuteStreamHandler
extends org.apache.tools.ant.taskdefs.PumpStreamHandler

Author:
Ron Smith TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
protected  OutputStream os
           
protected  String script
           
 
Constructor Summary
TaskExecuteStreamHandler(org.apache.tools.ant.Task task, int outlevel, int errlevel, String script)
           
 
Method Summary
 void setProcessInputStream(OutputStream os)
           
 void start()
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.PumpStreamHandler
createProcessErrorPump, createProcessOutputPump, createPump, createPump, getErr, getOut, setProcessErrorStream, setProcessOutputStream, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

os

protected OutputStream os

script

protected String script
Constructor Detail

TaskExecuteStreamHandler

public TaskExecuteStreamHandler(org.apache.tools.ant.Task task,
                                int outlevel,
                                int errlevel,
                                String script)
Method Detail

setProcessInputStream

public void setProcessInputStream(OutputStream os)
Specified by:
setProcessInputStream in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Overrides:
setProcessInputStream in class org.apache.tools.ant.taskdefs.PumpStreamHandler

start

public void start()
Specified by:
start in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Overrides:
start in class org.apache.tools.ant.taskdefs.PumpStreamHandler


Copyright © 2010. All Rights Reserved.