de.flapdoodle.embedmongo
Class MongodProcess

java.lang.Object
  extended by de.flapdoodle.embedmongo.MongodProcess

public class MongodProcess
extends Object


Field Summary
static int TIMEOUT
           
 
Constructor Summary
MongodProcess(Distribution distribution, MongodConfig config, RuntimeConfig runtimeConfig, MongodExecutable mongodExecutable)
           
 
Method Summary
 MongodConfig getConfig()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values
Constructor Detail

MongodProcess

public MongodProcess(Distribution distribution,
                     MongodConfig config,
                     RuntimeConfig runtimeConfig,
                     MongodExecutable mongodExecutable)
              throws IOException
Throws:
IOException
Method Detail

stop

public void stop()

getConfig

public MongodConfig getConfig()


Copyright © 2012. All Rights Reserved.