public class ProcessConfig extends Object
| Constructor and Description |
|---|
ProcessConfig(List<String> commandLine,
StreamProcessor output) |
ProcessConfig(List<String> commandLine,
StreamProcessor output,
StreamProcessor error) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandLine() |
StreamProcessor |
getError() |
StreamProcessor |
getOutput() |
public ProcessConfig(List<String> commandLine, StreamProcessor output, StreamProcessor error)
public ProcessConfig(List<String> commandLine, StreamProcessor output)
public StreamProcessor getOutput()
public StreamProcessor getError()
Copyright © 2020. All rights reserved.