public static class TestProcessBuilder.TestProcess extends Object
Process
with it's processOutput
.Constructor and Description |
---|
TestProcess(Process process,
StringWriter processOutput,
StringWriter errorOutput) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
StringWriter |
getErrorOutput() |
Process |
getProcess() |
StringWriter |
getProcessOutput() |
public TestProcess(Process process, StringWriter processOutput, StringWriter errorOutput)
public Process getProcess()
public StringWriter getProcessOutput()
public StringWriter getErrorOutput()
public void destroy()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.