ch.cern.mig.utils
public class ProcessUtils extends java.lang.Object
Constructor and Description |
---|
ProcessUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
executeIt(java.lang.String command)
Execute the given system command and return a Map containing output
results and exit value.
|