de.flapdoodle.embedmongo
Class MongoDBRuntime

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

public class MongoDBRuntime
extends java.lang.Object


Method Summary
 boolean checkDistribution(Distribution distribution)
           
protected  java.io.File extractMongod(Distribution distribution)
           
static MongoDBRuntime getDefaultInstance()
           
static MongoDBRuntime getInstance(RuntimeConfig config)
           
 MongodExecutable prepare(MongodConfig mongodConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MongoDBRuntime getInstance(RuntimeConfig config)

getDefaultInstance

public static MongoDBRuntime getDefaultInstance()

checkDistribution

public boolean checkDistribution(Distribution distribution)
                          throws java.io.IOException
Throws:
java.io.IOException

prepare

public MongodExecutable prepare(MongodConfig mongodConfig)

extractMongod

protected java.io.File extractMongod(Distribution distribution)
                              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.