public class MongoShellProcess extends AbstractMongoProcess<MongoShellConfig,MongoShellExecutable,MongoShellProcess>
| Constructor and Description |
|---|
MongoShellProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
MongoShellExecutable mongoShellExecutable) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig config,
de.flapdoodle.embed.process.extract.ExtractedFileSet files) |
protected String |
successMessage() |
cleanupInternal, deleteTempFiles, onAfterProcessStart, sendStopToMongoInstance, stopInternalgetConfig, getEnvironment, getPidFromFile, getProcessId, isProcessRunning, isRegisteredJobKiller, onAfterProcessStop, onBeforeProcess, onBeforeProcessStart, pidFile, pidFile, sendKillToProcess, sendTermToProcess, setProcessId, stop, stopProcess, tryKillToProcess, waitFor, writePidFilepublic MongoShellProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
MongoShellConfig config,
de.flapdoodle.embed.process.config.RuntimeConfig runtimeConfig,
MongoShellExecutable mongoShellExecutable)
throws IOException
IOExceptionprotected String successMessage()
successMessage in class AbstractMongoProcess<MongoShellConfig,MongoShellExecutable,MongoShellProcess>protected List<String> getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution, MongoShellConfig config, de.flapdoodle.embed.process.extract.ExtractedFileSet files) throws IOException
getCommandLine in class de.flapdoodle.embed.process.runtime.AbstractProcess<MongoShellConfig,MongoShellExecutable,MongoShellProcess>IOExceptionCopyright © 2021. All rights reserved.