public class SimpleExecuteStreamHandler extends Object implements org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Constructor and Description |
---|
SimpleExecuteStreamHandler(List<String> outputLog,
List<String> errorLog,
String nameSuffix) |
Modifier and Type | Method and Description |
---|---|
void |
setProcessErrorStream(InputStream inputStream) |
void |
setProcessInputStream(OutputStream outputStream) |
void |
setProcessOutputStream(InputStream inputStream) |
void |
start() |
void |
stop() |
public void setProcessInputStream(OutputStream outputStream) throws IOException
setProcessInputStream
in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
IOException
public void setProcessErrorStream(InputStream inputStream) throws IOException
setProcessErrorStream
in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
IOException
public void setProcessOutputStream(InputStream inputStream) throws IOException
setProcessOutputStream
in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
IOException
public void start() throws IOException
start
in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
IOException
public void stop()
stop
in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandler
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.