de.flapdoodle.embedmongo.config
Class ProcessConfig
java.lang.Object
de.flapdoodle.embedmongo.config.ProcessConfig
public class ProcessConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessConfig
public ProcessConfig(List<String> commandLine,
IStreamProcessor output,
IStreamProcessor error)
ProcessConfig
public ProcessConfig(List<String> commandLine,
IStreamProcessor output)
getCommandLine
public List<String> getCommandLine()
getOutput
public IStreamProcessor getOutput()
getError
public IStreamProcessor getError()
Copyright © 2012. All Rights Reserved.