de.flapdoodle.embed.mongo
Class MongosStarter

java.lang.Object
  extended by de.flapdoodle.embed.process.runtime.Starter<MongosConfig,MongosExecutable,MongosProcess>
      extended by de.flapdoodle.embed.mongo.MongosStarter

public class MongosStarter
extends de.flapdoodle.embed.process.runtime.Starter<MongosConfig,MongosExecutable,MongosProcess>


Method Summary
static MongosStarter getDefaultInstance()
           
static MongosStarter getInstance(de.flapdoodle.embed.process.config.IRuntimeConfig config)
           
protected  MongosExecutable newExecutable(MongosConfig mongosConfig, de.flapdoodle.embed.process.distribution.Distribution distribution, de.flapdoodle.embed.process.config.IRuntimeConfig runtime, File mongodExe)
           
 
Methods inherited from class de.flapdoodle.embed.process.runtime.Starter
checkDistribution, extractExe, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MongosStarter getInstance(de.flapdoodle.embed.process.config.IRuntimeConfig config)

getDefaultInstance

public static MongosStarter getDefaultInstance()

newExecutable

protected MongosExecutable newExecutable(MongosConfig mongosConfig,
                                         de.flapdoodle.embed.process.distribution.Distribution distribution,
                                         de.flapdoodle.embed.process.config.IRuntimeConfig runtime,
                                         File mongodExe)
Specified by:
newExecutable in class de.flapdoodle.embed.process.runtime.Starter<MongosConfig,MongosExecutable,MongosProcess>


Copyright © 2012. All Rights Reserved.