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 List<String> |
getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution,
IMongoShellConfig config,
de.flapdoodle.embed.process.extract.IExtractedFileSet files) |
protected String |
successMessage() |
cleanupInternal, deleteTempFiles, onAfterProcessStart, sendStopToMongoInstance, stopInternalgetConfig, getEnvironment, getPidFromFile, getProcessId, isProcessRunning, 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 IOException
IOExceptionprotected String successMessage()
successMessage in class AbstractMongoProcess<IMongoShellConfig,MongoShellExecutable,MongoShellProcess>protected List<String> getCommandLine(de.flapdoodle.embed.process.distribution.Distribution distribution, IMongoShellConfig config, de.flapdoodle.embed.process.extract.IExtractedFileSet files) throws IOException
getCommandLine in class de.flapdoodle.embed.process.runtime.AbstractProcess<IMongoShellConfig,MongoShellExecutable,MongoShellProcess>IOExceptionCopyright © 2015. All Rights Reserved.