de.flapdoodle.embedmongo.config
Class ProcessConfig

java.lang.Object
  extended by de.flapdoodle.embedmongo.config.ProcessConfig

public class ProcessConfig
extends Object


Constructor Summary
ProcessConfig(List<String> commandLine, IStreamProcessor output)
           
ProcessConfig(List<String> commandLine, IStreamProcessor output, IStreamProcessor error)
           
 
Method Summary
 List<String> getCommandLine()
           
 IStreamProcessor getError()
           
 IStreamProcessor getOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessConfig

public ProcessConfig(List<String> commandLine,
                     IStreamProcessor output,
                     IStreamProcessor error)

ProcessConfig

public ProcessConfig(List<String> commandLine,
                     IStreamProcessor output)
Method Detail

getCommandLine

public List<String> getCommandLine()

getOutput

public IStreamProcessor getOutput()

getError

public IStreamProcessor getError()


Copyright © 2012. All Rights Reserved.