de.flapdoodle.embed.mongo
Class MongosProcess
java.lang.Object
de.flapdoodle.embed.process.runtime.AbstractProcess<T,E,P>
de.flapdoodle.embed.mongo.AbstractMongoProcess<MongosConfig,MongosExecutable,MongosProcess>
de.flapdoodle.embed.mongo.MongosProcess
- All Implemented Interfaces:
- de.flapdoodle.embed.process.runtime.IStopable
public class MongosProcess
- extends AbstractMongoProcess<MongosConfig,MongosExecutable,MongosProcess>
| Fields inherited from class de.flapdoodle.embed.process.runtime.AbstractProcess |
TIMEOUT |
|
Constructor Summary |
MongosProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongosExecutable mongosExecutable)
|
| Methods inherited from class de.flapdoodle.embed.process.runtime.AbstractProcess |
getConfig, onBeforeProcess, onBeforeProcessStart, sendKillToProcess, setProcessId, stopProcess, tryKillToProcess, waitFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MongosProcess
public MongosProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongosExecutable mongosExecutable)
throws IOException
- Throws:
IOException
supportConfig
protected de.flapdoodle.embed.process.config.ISupportConfig supportConfig()
- Specified by:
supportConfig in class de.flapdoodle.embed.process.runtime.AbstractProcess<MongosConfig,MongosExecutable,MongosProcess>
getCommandLine
protected List<String> getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongosConfig config,
File exe)
throws IOException
- Specified by:
getCommandLine in class de.flapdoodle.embed.process.runtime.AbstractProcess<MongosConfig,MongosExecutable,MongosProcess>
- Throws:
IOException
Copyright © 2012. All Rights Reserved.