de.flapdoodle.embed.mongo
Class MongodExecutable

java.lang.Object
  extended by de.flapdoodle.embed.process.runtime.Executable<MongodConfig,MongodProcess>
      extended by de.flapdoodle.embed.mongo.MongodExecutable

public class MongodExecutable
extends de.flapdoodle.embed.process.runtime.Executable<MongodConfig,MongodProcess>


Constructor Summary
MongodExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution, MongodConfig mongodConfig, de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig, File mongodExecutable)
           
 
Method Summary
protected  MongodProcess start(de.flapdoodle.embed.process.distribution.Distribution distribution, MongodConfig config, de.flapdoodle.embed.process.config.IRuntimeConfig runtime)
           
 
Methods inherited from class de.flapdoodle.embed.process.runtime.Executable
cleanup, getFile, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongodExecutable

public MongodExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
                        MongodConfig mongodConfig,
                        de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
                        File mongodExecutable)
Method Detail

start

protected MongodProcess start(de.flapdoodle.embed.process.distribution.Distribution distribution,
                              MongodConfig config,
                              de.flapdoodle.embed.process.config.IRuntimeConfig runtime)
                       throws IOException
Specified by:
start in class de.flapdoodle.embed.process.runtime.Executable<MongodConfig,MongodProcess>
Throws:
IOException


Copyright © 2012. All Rights Reserved.