public class Shell extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
Shell() |
| Modifier and Type | Method and Description |
|---|---|
static Process |
run(boolean redirectOutputs,
String... command) |
static Process |
run(String... command) |
static String |
runAndWait(String... command) |
static String |
runAndWaitArray(String[] command) |
static String |
runAndWaitNoLog(String... command) |
static String |
runAndWaitString(String command) |
Copyright © 2021 Kurento. All rights reserved.