public class Cmd extends Object
Cmd(String... command)
boolean
asyncExec()
detectProcessAlive()
int
getExitValue()
String
getStdErr()
getStdOut()
syncExec(long timeoutMilis)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cmd(String... command)
public boolean asyncExec()
public boolean syncExec(long timeoutMilis)
public int getExitValue()
public boolean detectProcessAlive()
public String getStdOut()
public String getStdErr()
Copyright © 2018. All rights reserved.