public class ProcessConfig extends Object
| Constructor and Description |
|---|
ProcessConfig(List<String> commandLine,
IStreamProcessor output) |
ProcessConfig(List<String> commandLine,
IStreamProcessor output,
IStreamProcessor error) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandLine() |
IStreamProcessor |
getError() |
IStreamProcessor |
getOutput() |
public ProcessConfig(List<String> commandLine, IStreamProcessor output, IStreamProcessor error)
public ProcessConfig(List<String> commandLine, IStreamProcessor output)
public IStreamProcessor getOutput()
public IStreamProcessor getError()
Copyright © 2016. All Rights Reserved.