hicosim.control.utils
Class ExecuteUtils
java.lang.Object
hicosim.control.utils.ExecuteUtils
public class ExecuteUtils
- extends java.lang.Object
Klasse um die Ausfuehrung eines externen Prozesses in JAVA
mithilfe der Runtime.getRuntime().exec() - Methode durchzufuehren.
Class to exeute an external process in JAVA,
using the Runtime.getRuntime().exec() - method.
- Author:
- Wager
Method Summary |
java.lang.String |
execute(java.lang.String cmd)
Execute an external process(e.g. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteUtils
public ExecuteUtils()
execute
public java.lang.String execute(java.lang.String cmd)
- Execute an external process(e.g. clear, pwd, ls, scotchas ...)