de.flapdoodle.embed.mongo
Class MongosExecutable
java.lang.Object
de.flapdoodle.embed.process.runtime.Executable<MongosConfig,MongosProcess>
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 |
MongosExecutable
public MongosExecutable(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig mongodConfig,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
File mongodExecutable)
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.