public final class ProcessExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCESS_OUTPUT_LEVEL
Process output level definition
|
static long |
WATCHDOG_TIMEOUT
Process watchdog timeout definition
|
| Modifier and Type | Method and Description |
|---|---|
static String |
executeCommand(String command)
Execute given system command without arguments.
|
static String |
executeCommand(String command,
String... args)
Execute given system command with arguments.
|
public static final long WATCHDOG_TIMEOUT
public static final int PROCESS_OUTPUT_LEVEL
Copyright © 2017 PAWLIDI.DE. All rights reserved.