de.flapdoodle.embed.mongo
Class MongosExecutable

java.lang.Object
  extended by de.flapdoodle.embed.process.runtime.Executable<MongosConfig,MongosProcess>
      extended by de.flapdoodle.embed.mongo.MongosExecutable
All Implemented Interfaces:
de.flapdoodle.embed.process.runtime.IStopable

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


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

Constructor Detail

MongosExecutable

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

start

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


Copyright © 2012. All Rights Reserved.