Uses of Class
com.stericson.RootTools.RootTools.Result

Uses of RootTools.Result in com.stericson.RootTools
 

Methods in com.stericson.RootTools that return RootTools.Result
 RootTools.Result RootTools.Result.setData(java.io.Serializable data)
           
 RootTools.Result RootTools.Result.setError(int error)
           
 RootTools.Result RootTools.Result.setProcess(java.lang.Process process)
           
 

Methods in com.stericson.RootTools with parameters of type RootTools.Result
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String[] commands, int sleepTime, RootTools.Result result)
          Sends several shell command as su (attempts to)
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String command, RootTools.Result result)
          Sends one shell command as su (attempts to)