Class Shell
- java.lang.Object
-
- io.github.bonigarcia.wdm.versions.Shell
-
public class Shell extends Object
Command line executor.- Since:
- 3.0.0
- Author:
- Boni Garcia
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
runAndWait(boolean logCommand, File folder, String... command)
static String
runAndWait(boolean logCommand, String... command)
static String
runAndWait(File folder, String... command)
static String
runAndWait(String... command)
static String
runAndWaitArray(boolean logCommand, File folder, String[] command)
static String
runAndWaitNoLog(File folder, String... command)
-