Class ProcessUtil
java.lang.Object
org.arquillian.cube.kubernetes.impl.utils.ProcessUtil
A helper class for running external processes
This class is a cut down version taken from the [Fabric8 Maven Plugin](https://github.com/fabric8io/fabric8-maven-plugin/blob/master/core/src/main/java/io/fabric8/maven/core/util/ProcessUtil.java)
-
Constructor Details
-
ProcessUtil
public ProcessUtil()
-
-
Method Details
-
runCommand
- Throws:
IOException
-
runCommand
- Throws:
IOException
-
runCommand
public static int runCommand(Logger log, String command, List<String> args, Map<String, String> env, boolean withShutdownHook) throws IOException- Throws:
IOException
-
isWindows
public static boolean isWindows()
-