public class ConsoleCommandExecutor
Type Params | Return Type | Name and description |
---|---|---|
|
public static String |
runConsoleCommandAndCollectFirstResult(String[] command) |
|
public static List<String> |
runConsoleCommandAndCollectResults(String[] command, Map<String, String> addtionalEnvironmentVariables) |
|
public static List<String> |
runConsoleCommandAndCollectResults(String[] command) |