Searched defs:redirect (Results 1 – 2 of 2) sorted by relevance
110 public void setRedirectStderrToStdout(boolean redirect); in setRedirectStderrToStdout()297 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()321 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground()
163 public void setRedirectStderrToStdout(boolean redirect) { in setRedirectStderrToStdout()262 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder()271 Redirect redirect, List<String> commandList, boolean enableCache) { in createProcessBuilder()430 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()447 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground()