public class LocalForkedJvmStreamHandler extends Object implements org.apache.tools.ant.taskdefs.ExecuteStreamHandler
| Constructor and Description |
|---|
LocalForkedJvmStreamHandler(com.google.common.eventbus.EventBus eventBus,
ClassLoader classLoader,
PrintStream warnStream,
com.carrotsearch.ant.tasks.junit4.TailInputStream eventStream,
OutputStream sysout,
OutputStream syserr,
long heartbeat,
RandomAccessFile streamsBuffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setProcessErrorStream(InputStream is) |
void |
setProcessInputStream(OutputStream os) |
void |
setProcessOutputStream(InputStream is) |
void |
start() |
void |
stop() |
public LocalForkedJvmStreamHandler(com.google.common.eventbus.EventBus eventBus,
ClassLoader classLoader,
PrintStream warnStream,
com.carrotsearch.ant.tasks.junit4.TailInputStream eventStream,
OutputStream sysout,
OutputStream syserr,
long heartbeat,
RandomAccessFile streamsBuffer)
public void setProcessErrorStream(InputStream is) throws IOException
setProcessErrorStream in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandlerIOExceptionpublic void setProcessOutputStream(InputStream is) throws IOException
setProcessOutputStream in interface org.apache.tools.ant.taskdefs.ExecuteStreamHandlerIOExceptionpublic void setProcessInputStream(OutputStream os) throws IOException
setProcessInputStream 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 © 2011–2025 Carrot Search s.c.. All rights reserved.