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