public class MongodProcess extends AbstractMongoProcess<MongodConfig,MongodExecutable,MongodProcess>
| Constructor and Description |
|---|
MongodProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongodExecutable mongodExecutable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteTempFiles() |
protected List<String> |
getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
File exe) |
protected void |
onBeforeProcess(de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig) |
protected de.flapdoodle.embed.process.config.ISupportConfig |
supportConfig() |
onAfterProcessStart, sendStopToMongoInstance, stoppublic MongodProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongodConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongodExecutable mongodExecutable)
throws IOException
IOExceptionprotected void onBeforeProcess(de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig)
throws IOException
onBeforeProcess in class de.flapdoodle.embed.process.runtime.AbstractProcess<MongodConfig,MongodExecutable,MongodProcess>IOExceptionprotected de.flapdoodle.embed.process.config.ISupportConfig supportConfig()
supportConfig in class de.flapdoodle.embed.process.runtime.AbstractProcess<MongodConfig,MongodExecutable,MongodProcess>protected List<String> getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution, MongodConfig config, File exe) throws IOException
getCommandLine in class de.flapdoodle.embed.process.runtime.AbstractProcess<MongodConfig,MongodExecutable,MongodProcess>IOExceptionprotected void deleteTempFiles()
deleteTempFiles in class AbstractMongoProcess<MongodConfig,MongodExecutable,MongodProcess>Copyright © 2013. All Rights Reserved.