Searched defs:redirect (Results 1 – 2 of 2) sorted by relevance
111 public void setRedirectStderrToStdout(boolean redirect); in setRedirectStderrToStdout()322 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()346 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground()
159 public void setRedirectStderrToStdout(boolean redirect) { in setRedirectStderrToStdout()350 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder()359 Redirect redirect, List<String> commandList) { in createProcessBuilder()494 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground()511 public Process runCmdInBackground(Redirect redirect, final List<String> command) in runCmdInBackground()