public class ProcessUtil extends Object
Constructor and Description |
---|
ProcessUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
executeCommand(List<String> command,
int timeout)
Execute a command as a process in the operating system.
|
static String |
executeCommand(String command) |
protected static String |
getCommandLine(List<String> command) |
static List<String> |
splitUpCommandString(String command) |
public static String executeCommand(String command) throws SenderException
SenderException
public static String executeCommand(List<String> command, int timeout) throws TimeoutException, SenderException
TimeoutException
SenderException
Copyright © 2023 Frank!Framework. All rights reserved.