Uses of Class
com.stericson.RootTools.RootToolsException

Uses of RootToolsException in com.stericson.RootTools
 

Methods in com.stericson.RootTools that throw RootToolsException
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String[] commands, int sleepTime, int timeout)
          Sends several shell command as su, unless useRoot is set to false
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String[] commands, int sleepTime, RootTools.Result result, boolean useRoot, int timeout)
          Sends several shell command as su (attempts to) if useRoot is true; as the current user (app_xxx) otherwise.
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String[] commands, int sleepTime, RootTools.Result result, int timeout)
          Sends several shell command as su (attempts to)
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String command, int timeout)
          Sends one shell command as su, unless useRoot is set to false
static java.util.List<java.lang.String> RootTools.sendShell(java.lang.String command, RootTools.Result result, int timeout)
          Sends one shell command as su, unless useRoot is set to false