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.ExecuteStreamHandlerIOExceptionpublic void setProcessErrorStream(InputStream inputStream) throws IOException
setProcessErrorStream in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandlerIOExceptionpublic void setProcessOutputStream(InputStream inputStream) throws IOException
setProcessOutputStream in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandlerIOExceptionpublic void start()
throws IOException
start in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandlerIOExceptionpublic void stop()
stop in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandlerCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.