public class DefaultProcessRunner extends Object implements ProcessRunner
| Constructor and Description |
|---|
DefaultProcessRunner(File defaultWorkingDirectory) |
| Modifier and Type | Method and Description |
|---|---|
int |
run(List<String> command,
ProcessContext processContext)
Starts an external process using the given command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic DefaultProcessRunner(File defaultWorkingDirectory)
public int run(List<String> command, ProcessContext processContext)
ProcessRunnerrun in interface ProcessRunnercommand - the command to executeprocessContext - the process contextCopyright © 2022. All rights reserved.