Class ProcessExecutor
- java.lang.Object
-
- org.codehaus.cargo.container.websphere.internal.ProcessExecutor
-
public class ProcessExecutor extends Object
Execute shell command as process.
-
-
Constructor Summary
Constructors Constructor Description ProcessExecutor(Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeAndWait(String cmd)
Execute command and wait for process to end.
-