public class MongoShellProcess extends AbstractMongoProcess<IMongoShellConfig,MongoShellExecutable,MongoShellProcess>
| Constructor and Description |
|---|
MongoShellProcess(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongoShellConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongoShellExecutable mongoShellExecutable) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongoShellConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet files) |
protected java.lang.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,
IMongoShellConfig config,
de.flapdoodle.embed.process.config.IRuntimeConfig runtimeConfig,
MongoShellExecutable mongoShellExecutable)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String successMessage()
successMessage in class AbstractMongoProcess<IMongoShellConfig,MongoShellExecutable,MongoShellProcess>protected java.util.List<java.lang.String> getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongoShellConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet files)
throws java.io.IOException
getCommandLine in class de.flapdoodle.embed.process.runtime.AbstractProcess<IMongoShellConfig,MongoShellExecutable,MongoShellProcess>java.io.IOExceptionCopyright © 2018. All Rights Reserved.